Organizing UI scripts.

Moved landing.ejs specific scripts to a dedicated file. General cleanup for other script files. Need to examine the remaining code in actionbinder.js to determine the most logical place for it.
This commit is contained in:
Daniel Scalzi
2018-04-25 17:40:46 -04:00
parent 4d26298b98
commit 1b38629084
5 changed files with 489 additions and 456 deletions

View File

@@ -4,7 +4,8 @@
* actions in this file should not require the usage of any internal
* modules, excluding dependencies.
*/
const $ = require('jquery');
// Requirements
const $ = require('jquery');
const {remote, shell, webFrame} = require('electron')
// Disable zoom, needed for darwin.