Browse Source

disabled electron jquery & toaster module links in html

master
Satinder Grewal 8 years ago
parent
commit
9c33571744
  1. 4
      index.html

4
index.html

@ -55,8 +55,8 @@
<!-- Node.js scripts -->
<script type="text/javascript">
window.$ = window.jQuery = require('jquery');
window.toastr = require('toastr');
//window.$ = window.jQuery = require('jquery');
//window.toastr = require('toastr');
</script>
<!-- Node.js scripts -->

Loading…
Cancel
Save