Explorar o código

Fix firefox JS bug on viewing revision

Tautrimas Pajarskas %!s(int64=12) %!d(string=hai) anos
pai
achega
dc63cf4b7c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Resources/views/CRUD/base_history.html.twig

+ 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);
                     }