Skip to content

Commit e442305

Browse files
committed
Removed old and unused features.
1 parent 4fa20c0 commit e442305

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docs/_templates/layout.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@
2222
and including vueinit.html would make jinja2 complain (and jinja2 does not
2323
have a way of including a file as-is #}
2424
<script>
25-
var crtpath = null;
2625
v = new Vue({
2726
el: '#psij-app',
2827
vuetify: new Vuetify(),
2928
data: {
30-
themes: ["theme-1", "theme-3"],
3129
maintabs: "docs"
3230
}
3331
});

web/_includes/vueinit.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11

22
<script>
3-
var crtpath = null;
43
v = new Vue({
54
el: '#psij-app',
65
vuetify: new Vuetify(),
76
data: {
8-
themes: ["theme-1", "theme-3"],
97
maintabs: "{{ page.tab }}"
108
}
119
});

0 commit comments

Comments
 (0)