From d9e6480169f0cc7756a6423b266052a1840200b6 Mon Sep 17 00:00:00 2001 From: Aidaho12 Date: Wed, 31 Jan 2018 17:46:24 +0600 Subject: [PATCH] v1.6 --- cgi-bin/delver.py | 3 ++- script.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cgi-bin/delver.py b/cgi-bin/delver.py index 131ca851..442e9e0c 100644 --- a/cgi-bin/delver.py +++ b/cgi-bin/delver.py @@ -52,7 +52,8 @@ if serv is not None and form.getvalue('open') is not None: os.remove(form.getvalue(get)) print(form.getvalue(get) + "
") funct.logging(serv, "delver.py deleted config: %s" % form.getvalue(get)) + except OSError: print ("Error: %s - %s." % (e.filename,e.strerror)) - + print('' % form.getvalue('serv')) funct.footer() \ No newline at end of file diff --git a/script.js b/script.js index 1b04242c..7a2c894e 100644 --- a/script.js +++ b/script.js @@ -6,6 +6,7 @@ $( function() { $( "select" ).selectmenu(); $( document ).tooltip(); $( "input[type=submit], button" ).button(); + $( "input" ).checkboxradio(); } ); $( function() {