Преглед на файлове

[core] Switch from alert to throw for DataTables errors

Enrico Berti преди 10 години
родител
ревизия
0f3cd42363
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      desktop/core/src/desktop/templates/common_header.mako

+ 2 - 0
desktop/core/src/desktop/templates/common_header.mako

@@ -204,6 +204,8 @@ from django.utils.translation import ugettext as _
       return xrhsend.apply(this, arguments);
     }
 
+    $.fn.dataTableExt.sErrMode = "throw";
+
     $(document).ready(function () {
       // forces IE's ajax calls not to cache
       if ($.browser.msie) {