Loading screen on editor / source init state

This commit is contained in:
NGPixel
2017-04-02 23:27:07 -04:00
parent 1ced194cd2
commit 1ba115a997
13 changed files with 150 additions and 237 deletions

View File

@@ -1,7 +1,7 @@
'use strict'
import jQuery from 'jquery'
import $ from 'jquery'
jQuery(document).ready(function ($) {
$(() => {
$('#login-user').focus()
})