don't use CMS, loaded only for admin, variable on ajaxified plugin

Closes #5273
This commit is contained in:
Serghei Mihai 2014-08-13 15:26:28 +02:00
parent fe4463b14f
commit e4aca152c8
2 changed files with 2 additions and 1 deletions

1
README
View File

@ -56,6 +56,7 @@ Common configuration keys
=========================
- ``ajax`` if True this key indicate to the base plugin to render the plugin using an AJAX request.
Requires jQuery to be loaded previously by the page using the plugin.
You must add the ``cmsplugin_blurp.urls`` to your urls::

View File

@ -29,7 +29,7 @@
reload();
});
}
})((CMS && CMS.$) || $)
})($)
</script>
{% endaddtoblock %}