diff --git a/themes/common.py b/themes/common.py index 40c1469..65ff9a3 100644 --- a/themes/common.py +++ b/themes/common.py @@ -15,4 +15,6 @@ def get_common_html_javascript_code(): "file=themes/waifu_plugin/jquery-ui.min.js", ]: js += f"""\n""" - return js \ No newline at end of file + else: + js += """\n""" + return js