Roo/bootstrap/Table.js
authorEdward <edward@roojs.com>
Fri, 11 Jul 2014 10:03:18 +0000 (18:03 +0800)
committerEdward <edward@roojs.com>
Fri, 11 Jul 2014 10:03:18 +0000 (18:03 +0800)
Roo/bootstrap/Table.js

index cc25b4d..97b0bc8 100644 (file)
@@ -216,7 +216,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         var sort = col.attr('sort');
         var dir = 'ASC';
         
-        if(col.hasClass('glyphicon-arrow-up')){
+        if(col.hasClass('icon-arrow-up')){
             dir = 'DESC';
         }