js updates. captcha + change password base

This commit is contained in:
Malishev Dmitry 2011-12-13 13:09:47 +02:00
parent 52dad1d079
commit 80822252af
32 changed files with 1396 additions and 2034 deletions

View file

@ -1,4 +1,4 @@
App.Ref.init = function(){
App.Ref.CONSOLE_INPUT = $('#console').find('.b-console-field');
App.Ref.CONTENT = $('#content');
App.Ref.CONTENT = $('#content .content-inner');
}