myvesta/web/js/ref.js
2011-12-13 13:09:47 +02:00

4 lines
149 B
JavaScript

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