mirror of
https://github.com/myvesta/vesta
synced 2025-07-08 05:51:25 -07:00
4 lines
149 B
JavaScript
4 lines
149 B
JavaScript
App.Ref.init = function(){
|
|
App.Ref.CONSOLE_INPUT = $('#console').find('.b-console-field');
|
|
App.Ref.CONTENT = $('#content .content-inner');
|
|
}
|