This commit is contained in:
Ruud
2014-12-28 11:29:41 +01:00
parent 02e25a9e25
commit 045c8f4dc8
7 changed files with 51 additions and 46 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ var BlockMenu = new Class({
self.wrapper = new Element('div.wrapper').adopt(
self.more_option_ul = new Element('ul')
),
self.button = new Element('a.button' + (self.options.button_class ? '.' + self.options.button_class : ''), {
self.button = new Element('a' + (self.options.button_class ? '.' + self.options.button_class : ''), {
'text': self.options.button_text || '',
'events': {
'click': function(){