diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-09-04 17:16:36 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-09-04 17:16:36 -0400 |
| commit | ccc5d24b9c347d5727e2d7a349f75a378482511e (patch) | |
| tree | 9cdaec07d88cc234b6054a9a6448a97f7780646f /static/js/fullscreen.js | |
| parent | 3f159d25599dc70b3a765e070c0d816dfc8ff564 (diff) | |
sostler prod commit
Diffstat (limited to 'static/js/fullscreen.js')
| -rw-r--r-- | static/js/fullscreen.js | 5 |
1 files changed, 2 insertions, 3 deletions
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() { |
