kopia lustrzana https://github.com/wagtail/wagtail
Merge branch 'master' of https://github.com/rjsproxy/wagtail into rjsproxy-master
commit
caf0bb4366
|
@ -17,7 +17,7 @@
|
|||
return $(node).parents('a').get(0);
|
||||
};
|
||||
|
||||
button = $('<span></span>');
|
||||
button = jQuery('<span class="' + this.widgetName + '"></span>');
|
||||
button.hallobutton({
|
||||
uuid: this.options.uuid,
|
||||
editable: this.options.editable,
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
var button, widget;
|
||||
|
||||
widget = this;
|
||||
button = $('<span></span>');
|
||||
button = jQuery('<span class="' + this.widgetName + '"></span>');
|
||||
button.hallobutton({
|
||||
uuid: this.options.uuid,
|
||||
editable: this.options.editable,
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
var button, widget;
|
||||
|
||||
widget = this;
|
||||
button = $('<span></span>');
|
||||
button = jQuery('<span class="' + this.widgetName + '"></span>');
|
||||
button.hallobutton({
|
||||
uuid: this.options.uuid,
|
||||
editable: this.options.editable,
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
var button, widget;
|
||||
|
||||
widget = this;
|
||||
button = $('<span></span>');
|
||||
button = jQuery('<span class="' + this.widgetName + '"></span>');
|
||||
button.hallobutton({
|
||||
uuid: this.options.uuid,
|
||||
editable: this.options.editable,
|
||||
|
|
Ładowanie…
Reference in New Issue