diff --git a/bin/keyboardcomposer b/bin/keyboardcomposer --- a/bin/keyboardcomposer +++ b/bin/keyboardcomposer @@ -633,8 +633,4 @@ if __name__ == "__main__": root.protocol('WM_DELETE_WINDOW', reactor.stop) tksupport.install(root,ms=10) - - -# prof.watchPoint("/usr/lib/python2.4/site-packages/rdflib-2.3.3-py2.4-linux-i686.egg/rdflib/Graph.py", 615) - prof.run(reactor.run, profile=None) diff --git a/bin/rdfdb b/bin/rdfdb --- a/bin/rdfdb +++ b/bin/rdfdb @@ -416,7 +416,7 @@ if __name__ == "__main__": log.setLevel(logging.DEBUG if options.verbose else logging.INFO) db = Db(dirUriMap={os.environ['LIGHT9_SHOW'].rstrip('/') + '/': - URIRef('http://light9.bigasterisk.com/show/dance2014/')}) + showconfig.showUri()}) from twisted.python import log as twlog twlog.startLogging(sys.stdout) diff --git a/light9/subserver/effects.coffee b/light9/subserver/effects.coffee --- a/light9/subserver/effects.coffee +++ b/light9/subserver/effects.coffee @@ -29,7 +29,7 @@ model = new Model() model.addToCurrentSong = (e) -> $.ajax({ type: 'POST' - url: '//localhost:8070/songEffects' + url: '/effectEval/songEffects' data: {drop: e.uri} }) diff --git a/light9/web/style.css b/light9/web/style.css --- a/light9/web/style.css +++ b/light9/web/style.css @@ -27,8 +27,10 @@ input[type=text] { } #status { position: fixed; - bottom: 10px; - right: 10px; + bottom: 0px; + right: 0px; + background: rgba(0, 0, 0, 0.47); + padding-left: 6px; } @@ -127,6 +129,8 @@ button a { height: initial; width: 100%; margin: initial; + border-width: 1px; + margin-bottom: 2px; } .num { font-size: initial;