disable canvasdesigner css link on the preview mode (with canvasdesigner enable)

This commit is contained in:
antoine
2014-09-23 19:45:35 +02:00
parent 6d1ccaa7a4
commit 7fcb982e33
2 changed files with 3 additions and 1 deletions

View File

@@ -206,6 +206,8 @@ var outlineSelectedHide = function () {
var initCanvasdesignerPanel = function () {
$('link[data-title="canvasdesignerCss"]').attr('disabled', 'disabled');
// First load the canvasdesigner config from file
if (!canvasdesignerConfig) {
console.info("canvasdesigner config not found");