commit
3cad1b734e
@ -357,8 +357,8 @@ $(document).ready(function(){
|
|||||||
* New model
|
* New model
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
if(window.location.pathname.match('admin/content_types/new') != null ||
|
if(window.location.pathname.match(/admin\/content_types\/new[\/]?$/) != null ||
|
||||||
window.location.pathname.match('admin/content_types/.+/edit')){
|
window.location.pathname.match(/admin\/content_types\/.+\/edit[\/]?$/)){
|
||||||
|
|
||||||
guiders.createGuider({
|
guiders.createGuider({
|
||||||
attachTo: "undefined",
|
attachTo: "undefined",
|
||||||
|
Loading…
Reference in New Issue
Block a user