Adjust APP_NAME to be inside utils

APP_NAME should be visible from any component and module, so putting it
in utils makes the most sense.
This commit is contained in:
Joey Payne 2016-03-04 08:57:45 -07:00
commit cc759a2995
4 changed files with 12 additions and 2 deletions

View file

@ -13,7 +13,6 @@
<div id="main">
</div>
<script>
var APP_NAME = 'TechNote'
window.$ = window.jQuery = require('./app/static/jquery-1.12.0.min.js');
$(document).ready(function(){
document.addEventListener("keydown", function (e) {