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/auth/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/auth/view.pug')
| -rw-r--r-- | src/web/app/auth/view.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/auth/view.pug b/src/web/app/auth/view.pug index 03ec4e6f72..ae2a652022 100644 --- a/src/web/app/auth/view.pug +++ b/src/web/app/auth/view.pug @@ -2,4 +2,4 @@ extends ../base block head meta(name='viewport' content='width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no') - script(src=`/resources/auth/script.${version}.js` async defer) + script(src=`/assets/auth/script.${version}.js` async defer) |