pixel-editor/js/_featuresLog.js
2021-01-08 16:20:39 +01:00

4 lines
122 B
JavaScript

if (settings.showLog || settings.showLog == undefined) {
console.log("Ok");
showDialogue("features-log", false);
}