Merge branch 'master' of https://github.com/rjsproxy/wagtail into rjsproxy-master

This commit is contained in:
Matt Westcott 2015-09-18 16:03:42 +01:00
commit caf0bb4366
4 changed files with 4 additions and 4 deletions

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -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,