From ccc5d24b9c347d5727e2d7a349f75a378482511e Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Sat, 4 Sep 2010 17:16:36 -0400 Subject: sostler prod commit --- static/js/fullscreen.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'static/js/fullscreen.js') diff --git a/static/js/fullscreen.js b/static/js/fullscreen.js index 192f92a..374fd90 100644 --- a/static/js/fullscreen.js +++ b/static/js/fullscreen.js @@ -38,13 +38,11 @@ function clickImage(img) { if (!$(img).hasClass('fullscreen-favorite')) { FavedMap[msg_id] = true; $('#fav-indicator').show(); - console.log('faving ' + msg_id); Tag.add(msg_id, "favorite"); $(img).addClass("fullscreen-favorite"); } else { delete FavedMap[msg_id]; $('#fav-indicator').hide(); - console.log('defaving ' + msg_id); Tag.rm(msg_id, "favorite"); $(img).removeClass("fullscreen-favorite"); } @@ -104,6 +102,8 @@ function initLogin() { } function showLogin() { + $('#nickInput').val(''); + $('#passwordInput').val(''); $('#loginbox').show().center().center(); $('#username').focus(); $('input').removeAttr('disabled'); @@ -157,7 +157,6 @@ function login() { }); })(jQuery); -// me (scottbot) (dumpco 2010 ltd inc) (function($) { $.fn.extend({ ridgificate: function() { -- cgit v1.2.3-70-g09d2