1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2024-09-21 09:41:34 +02:00

Disabled helper code used for development

This commit is contained in:
Giulio Cesare Solaroli 2015-01-21 18:27:27 +01:00
parent 95149b52eb
commit 679803626d
2 changed files with 11 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@ -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')});
}
}
/* */
/ * */