mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
committed by
Sébastien Ros
parent
bdf97f570d
commit
906ee6fe0c
@@ -40,7 +40,6 @@
|
||||
}
|
||||
});
|
||||
|
||||
angular.bootstrap($(".layout-editor-holder")[0], ["LayoutEditor"]);
|
||||
|
||||
$(function () {
|
||||
var editorConfig = JSON.parse(LayoutEditor.decode("@Html.Raw(Url.Encode(Model.ConfigurationData))"));
|
||||
@@ -59,6 +58,8 @@
|
||||
e.preventDefault();
|
||||
});
|
||||
});
|
||||
|
||||
angular.bootstrap($(".layout-editor-holder")[0], ["LayoutEditor"]);
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user