diff --git a/core/modules/quickedit/js/theme.js b/core/modules/quickedit/js/theme.js index 459eb3a..9a7477b 100644 --- a/core/modules/quickedit/js/theme.js +++ b/core/modules/quickedit/js/theme.js @@ -15,7 +15,7 @@ * @return String * The corresponding HTML. */ -Drupal.theme.editBackstage = function (settings) { +Drupal.theme.quickeditBackstage = function (settings) { var html = ''; html += '
'; return html; @@ -27,7 +27,7 @@ Drupal.theme.editBackstage = function (settings) { * @return String * The corresponding HTML. */ -Drupal.theme.editModal = function () { +Drupal.theme.quickeditModal = function () { var classes = 'edit-animate-slow edit-animate-invisible edit-animate-delay-veryfast'; var html = ''; html += '