Higher z-index for userscript popup. fix #2703

This commit is contained in:
Ruud
2014-01-13 16:27:08 +01:00
parent d318e163bb
commit 907b40e3c6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ log = CPLog(__name__)
class Userscript(Plugin):
version = 3
version = 4
def __init__(self):
addApiView('userscript.get/(.*)/(.*)', self.getUserScript, static = True)