diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-03-22 16:19:32 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-03-22 16:19:32 +0900 |
| commit | b646877e8bf73650859c52fc00a601da5b34bfc0 (patch) | |
| tree | 347c7a8d7744b8da7d966fe0422dad6f38a8a610 /src/web/app/client/view.pug | |
| parent | [Client] Fix design (diff) | |
| download | sharkey-b646877e8bf73650859c52fc00a601da5b34bfc0.tar.gz sharkey-b646877e8bf73650859c52fc00a601da5b34bfc0.tar.bz2 sharkey-b646877e8bf73650859c52fc00a601da5b34bfc0.zip | |
#309 and some cleanups
Diffstat (limited to 'src/web/app/client/view.pug')
| -rw-r--r-- | src/web/app/client/view.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/client/view.pug b/src/web/app/client/view.pug index 6f0ff3cd5c..3441631cd7 100644 --- a/src/web/app/client/view.pug +++ b/src/web/app/client/view.pug @@ -2,4 +2,4 @@ extends ../base block head script - include ./../../../../built/web/resources/client/script.js + include ./../../../../built/web/assets/client/script.js |