cms-module-client
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -497,4 +497,6 @@ import "./css/toolbar.css"; | ||
const toolbarPos = storageGet("toolbarPos"); | ||
toolbar.style.setProperty("left", toolbarPos.x); | ||
toolbar.style.setProperty("top", toolbarPos.y); | ||
if(toolbarPos){ | ||
toolbar.style.setProperty("left", toolbarPos.x); | ||
toolbar.style.setProperty("top", toolbarPos.y); | ||
} | ||
@@ -501,0 +503,0 @@ this.toolbar = toolbar; |
{ | ||
"name": "cms-module-client", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "An editor for html pages. This is the client side part of the JS CMS module tool. It lets you edit a webpage in a WYSIWYG way. Together with the Server side module, it creates nicely integrated content management system for Node JS.", | ||
"main": "index.js", | ||
"scripts": {}, | ||
"keywords": ["cms", "editor", "WYSIWYG"], | ||
"keywords": [ | ||
"cms", | ||
"editor", | ||
"WYSIWYG" | ||
], | ||
"author": "Carl Hallén", | ||
@@ -9,0 +13,0 @@ "license": "ISC", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40571
1082