diff --git a/superTornado.py b/superTornado.py index 8337b67..918cd63 100644 --- a/superTornado.py +++ b/superTornado.py @@ -145,7 +145,8 @@ application = tornado.web.Application([ (r"/disconnection", DisconnectionHandler), (r"/socket", WSocketHandler), (r"/style/(.*)", tornado.web.StaticFileHandler,{"path":"./style"},), - (r"/images/(.*)", tornado.web.StaticFileHandler,{"path":"./images"},)], + (r"/images/(.*)", tornado.web.StaticFileHandler,{"path":"./images"}, + (r"/js/(.*)", tornado.web.StaticFileHandler,{"path":"./js"},)], cookie_secret="1213215656") if __name__ == "__main__": diff --git a/video.html b/video.html index 14648f3..9e5d2b8 100644 --- a/video.html +++ b/video.html @@ -4,12 +4,8 @@