Added setup dialog for background.

This commit is contained in:
Unick Soft
2019-09-07 22:36:18 +02:00
parent 6fd919f378
commit 290306e924
9 changed files with 210 additions and 5 deletions

View File

@@ -432,6 +432,11 @@ function postLoadPage()
userAction(this.id);
application.SetHandlerMode("setupEdgeStyleSelected");
}
document.getElementById('SetupBackgroundStyle').onclick = function ()
{
userAction(this.id);
application.SetHandlerMode("setupBackgroundStyle");
}
document.getElementById('runUserScript').onclick = function ()
{