git ssb

16+

Dominic / patchbay



Commit beaa246b81fabfab993c5f929b6e74c5487ee11d

removed line

Joran committed on 12/16/2016, 4:20:54 AM
Parent: fac0cf341f1a0ebf3472eff1276f58eb4e45d51b

Files changed

modules_core/app.jschanged
modules_core/app.jsView
@@ -5,8 +5,9 @@
55 needs: {screen_view: 'first'},
66 gives: 'app',
77 create: function (api) {
88 return function () {
9 +
910 document.head.appendChild(h('link', {rel: "stylesheet", href:"dev-style.css"}))
1011
1112 document.head.appendChild(h('script', {src: "https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"}))
1213 document.head.appendChild(h('script', {src: "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"}))

Built with git-ssb-web