]> git.parisson.com Git - telemeta.git/commitdiff
Remove alert parser + desactive debug tablesorter
authormathieu <mathieu.boye28@gmail.com>
Thu, 28 Apr 2016 13:19:46 +0000 (15:19 +0200)
committermathieu <mathieu.boye28@gmail.com>
Thu, 28 Apr 2016 13:19:46 +0000 (15:19 +0200)
telemeta/templates/search/advanceSearch.html

index 52a2519d6fe6e38a5442729500706ea0e579984a..9e0ac8df4733289ec2d11eb964894e40df437082 100644 (file)
@@ -337,7 +337,6 @@ $(function() {
         format: function(s, table, cell){
             var _class = $(cell).find('center span').attr('class');
             _class = _class == undefined ? 1 : 0
-            alert(_class);
             return _class;
         },
         type: 'number'
@@ -346,8 +345,6 @@ $(function() {
     $.tablesorter.defaults.sortList = [[1,0]];
     
     $("#searchtable").tablesorter({
-        debug: true,
-
         headers: {
 
             0:{sorter:false},