diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-03-23 19:00:04 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-03-23 19:00:04 +0900 |
| commit | 50e65d292c2425dc24aa37c593e401b2114469e6 (patch) | |
| tree | d30e3848b49cd23b3c3c4c4fc9550e91bac14b25 /src/web/app/auth/view.pug | |
| parent | wip #313 (diff) | |
| download | sharkey-50e65d292c2425dc24aa37c593e401b2114469e6.tar.gz sharkey-50e65d292c2425dc24aa37c593e401b2114469e6.tar.bz2 sharkey-50e65d292c2425dc24aa37c593e401b2114469e6.zip | |
Refactoring
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 ae2a652022..5bc3b20ffc 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=`/assets/auth/script.${version}.js` async defer) + script(src=`/assets/auth.${version}.js` async defer) |