Prechádzať zdrojové kódy

Fix firefox JS bug on viewing revision

Tautrimas Pajarskas 12 rokov pred
rodič
commit
dc63cf4b7c

+ 1 - 0
Resources/views/CRUD/base_history.html.twig

@@ -60,6 +60,7 @@ file that was distributed with this source code.
 
                 jQuery.ajax({
                     url: jQuery(this).attr('href'),
+                    dataType: 'html',
                     success: function(data) {
                         jQuery('#revision-detail').html(data);
                     }