diff options
Diffstat (limited to 'photobooth')
| -rwxr-xr-x | photobooth/fullscreenmgmt.js | 4 | ||||
| -rwxr-xr-x | photobooth/fullscreenphotobooth.js | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/photobooth/fullscreenmgmt.js b/photobooth/fullscreenmgmt.js index 6137238..4f5ba97 100755 --- a/photobooth/fullscreenmgmt.js +++ b/photobooth/fullscreenmgmt.js @@ -117,7 +117,7 @@ function login() { var nick = $('#nickInput').val(); var password = $('#passwordInput').val(); var rememberme = $('#remembermeInput').attr('checked') ? 'yes' : ''; - var hash = hex_sha1(nick + '$' + password + '$dumpfm'); + var hash = hex_sha1(nick + '$' + password + '$humpfm'); var onSuccess = function(json) { if (typeof pageTracker !== 'undefined') { @@ -182,4 +182,4 @@ $(function() { $('#memelogo').stop(true, false).animate({opacity: 1.0}, "fast").delay(LogoFadeDelay).animate({opacity: 0}, "slow"); }); $('#memelogo').delay(LogoFadeDelay).animate({opacity: 0}, "slow"); -});
\ No newline at end of file +}); diff --git a/photobooth/fullscreenphotobooth.js b/photobooth/fullscreenphotobooth.js index 6137238..4f5ba97 100755 --- a/photobooth/fullscreenphotobooth.js +++ b/photobooth/fullscreenphotobooth.js @@ -117,7 +117,7 @@ function login() { var nick = $('#nickInput').val(); var password = $('#passwordInput').val(); var rememberme = $('#remembermeInput').attr('checked') ? 'yes' : ''; - var hash = hex_sha1(nick + '$' + password + '$dumpfm'); + var hash = hex_sha1(nick + '$' + password + '$humpfm'); var onSuccess = function(json) { if (typeof pageTracker !== 'undefined') { @@ -182,4 +182,4 @@ $(function() { $('#memelogo').stop(true, false).animate({opacity: 1.0}, "fast").delay(LogoFadeDelay).animate({opacity: 0}, "slow"); }); $('#memelogo').delay(LogoFadeDelay).animate({opacity: 0}, "slow"); -});
\ No newline at end of file +}); |
