You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2010/01/26 13:59:54 UTC

svn commit: r903205 - /felix/trunk/webconsole/src/main/resources/res/ui/bundles.js

Author: cziegeler
Date: Tue Jan 26 12:59:54 2010
New Revision: 903205

URL: http://svn.apache.org/viewvc?rev=903205&view=rev
Log:
FELIX-2007 : JavaScript error on bundle page

Modified:
    felix/trunk/webconsole/src/main/resources/res/ui/bundles.js

Modified: felix/trunk/webconsole/src/main/resources/res/ui/bundles.js
URL: http://svn.apache.org/viewvc/felix/trunk/webconsole/src/main/resources/res/ui/bundles.js?rev=903205&r1=903204&r2=903205&view=diff
==============================================================================
--- felix/trunk/webconsole/src/main/resources/res/ui/bundles.js (original)
+++ felix/trunk/webconsole/src/main/resources/res/ui/bundles.js Tue Jan 26 12:59:54 2010
@@ -251,7 +251,7 @@
         	    0: { sorter:"digit"},
                 5: { sorter: false }
             },
-            sortList: [cv],
+            sortList: [lo],
             textExtraction:extractMethod 
         });
         $("#plugin_table").bind("sortEnd", function() {