mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-02-02 20:49:28 +01:00
5 lines
149 B
JavaScript
5 lines
149 B
JavaScript
App.Ref.init = function(){
|
|
App.Ref.CONSOLE_INPUT = $('#console').find('.b-console-field');
|
|
App.Ref.CONTENT = $('#content .content-inner');
|
|
}
|