diff --git a/frontend/delta/html/index_template.html b/frontend/delta/html/index_template.html index ca7f425..779edb2 100644 --- a/frontend/delta/html/index_template.html +++ b/frontend/delta/html/index_template.html @@ -25,15 +25,15 @@ refer to http://www.clipperz.com. @page.title@ - + - + - - + + - + @@ -47,7 +47,7 @@ refer to http://www.clipperz.com. --> - + @@ -120,7 +120,7 @@ Clipperz_normalizedNewLine = '\x0d\x0a'; /*offline_data_placeholder*/ -
+ diff --git a/frontend/delta/js/main.js b/frontend/delta/js/main.js index 2ae26ec..50d079e 100644 --- a/frontend/delta/js/main.js +++ b/frontend/delta/js/main.js @@ -60,6 +60,7 @@ function initOnMediaQuery () { }, Clipperz_PM_UI_availableStyles)); } + function run () { var parameters = {}; @@ -80,7 +81,7 @@ function run () { MochiKit.DOM.addLoadEvent(run); -/* */ +/* * / MochiKit.DOM.addLoadEvent(simulateLogin); function simulateLogin () { var getURLParameter = function (name) { @@ -99,4 +100,4 @@ function simulateLogin () { MochiKit.Signal.signal(Clipperz.Signal.NotificationCenter, 'doLogin', {username:getURLParameter('u'), passphrase:getURLParameter('p')}); } } -/* */ \ No newline at end of file +/ * */ \ No newline at end of file