pixel-editor/js/_featuresLog.js

4 lines
122 B
JavaScript
Raw Normal View History

2021-01-08 18:20:39 +03:00
if (settings.showLog || settings.showLog == undefined) {
console.log("Ok");
showDialogue("features-log", false);
}