diff --git a/template/index.html b/template/index.html index 429db63..555a305 100644 --- a/template/index.html +++ b/template/index.html @@ -10,7 +10,7 @@
-
+
diff --git a/template/static/images/layers.svg b/template/static/images/layers.svg new file mode 100644 index 0000000..ea788c2 --- /dev/null +++ b/template/static/images/layers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/template/static/javascripts/app.js b/template/static/javascripts/app.js index 149c1c2..a595917 100644 --- a/template/static/javascripts/app.js +++ b/template/static/javascripts/app.js @@ -59,6 +59,7 @@ new Vue({ }, watch: { 'feedSelected': function(newVal, oldVal) { + if (newVal === null) return var parts = newVal.split(':', 2) var type = parts[0] var guid = parts[1]