Converted all client code to Standard JS compliant

This commit is contained in:
NGPixel
2017-02-09 20:24:28 -05:00
parent 414dc386d6
commit 547f3065d3
28 changed files with 418 additions and 173 deletions

View File

@@ -1,5 +1,7 @@
'use strict'
/* global jQuery */
jQuery(document).ready(function ($) {
$('#login-user').focus()
})