From 679803626d200bb562d35d1d464c6e01a9c25768 Mon Sep 17 00:00:00 2001 From: Giulio Cesare Solaroli Date: Wed, 21 Jan 2015 18:27:27 +0100 Subject: [PATCH] Disabled helper code used for development --- frontend/delta/html/index_template.html | 16 ++++++++-------- frontend/delta/js/main.js | 5 +++-- 2 files changed, 11 insertions(+), 10 deletions(-) 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