]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - bin/pages.py
shouldn't make a difference but you never know...
[irc/quakenet/qwebirc.git] / bin / pages.py
index 6b85aef0d796340855b056f10e04c469af71893e..b9f793bc4829aebd4de3acc61f3f8457a4a8d264 100644 (file)
@@ -4,7 +4,7 @@ PANES = ["connect", "embed", "options", "about", "privacypolicy", "feedback", "h
 UI_BASE = ["menuitems", "baseui", "baseuiwindow", "colour", "url", "theme", "notifications", "tabcompleter", "style"]
 UI_BASE.extend(["panes/%s" % x for x in PANES])
 
-DEBUG_BASE = ["qwebirc", "version", "jslib", "crypto", "md5", ["irc/%s" % x for x in IRC_BASE], ["ui/%s" % x for x in UI_BASE], "qwebircinterface", "auth", "sound"]
+DEBUG_BASE = ["qwebirc", "version", "qhash", "jslib", "crypto", "md5", ["irc/%s" % x for x in IRC_BASE], ["ui/%s" % x for x in UI_BASE], "qwebircinterface", "auth", "sound"]
 BUILD_BASE = ["qwebirc"]
 JS_BASE = ["mootools-1.2.5-core", "mootools-1.2.5.1-more"]
 JS_EXTRA = ["soundmanager2"]