Commit beaa246b81fabfab993c5f929b6e74c5487ee11d
removed line
Joran committed on 12/16/2016, 4:20:54 AMParent: fac0cf341f1a0ebf3472eff1276f58eb4e45d51b
Files changed
modules_core/app.js | changed |
modules_core/app.js | ||
---|---|---|
@@ -5,8 +5,9 @@ | ||
5 | 5 … | needs: {screen_view: 'first'}, |
6 | 6 … | gives: 'app', |
7 | 7 … | create: function (api) { |
8 | 8 … | return function () { |
9 … | + | |
9 | 10 … | document.head.appendChild(h('link', {rel: "stylesheet", href:"dev-style.css"})) |
10 | 11 … | |
11 | 12 … | document.head.appendChild(h('script', {src: "https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"})) |
12 | 13 … | document.head.appendChild(h('script', {src: "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"})) |
Built with git-ssb-web