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:
parent
e53cbd0fc6
commit
cc759a2995
4 changed files with 12 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue