Make clientside ordered
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Block.Menu = new Class({
|
||||
var BlockMenu = new Class({
|
||||
|
||||
Extends: BlockBase,
|
||||
|
||||
@@ -52,4 +52,4 @@ Block.Menu = new Class({
|
||||
return new Element('li').adopt(tab).inject(self.more_option_ul, position || 'bottom');
|
||||
}
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user