diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-01-14 01:16:30 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-01-14 01:16:30 +0900 |
| commit | 73630140817ebcfb6b9b350d2b536d315122e48c (patch) | |
| tree | 0d741aa39f20408fb59cb046758c30e5d97e4018 /src/web/app/common/scripts | |
| parent | Clean up (diff) | |
| download | sharkey-73630140817ebcfb6b9b350d2b536d315122e48c.tar.gz sharkey-73630140817ebcfb6b9b350d2b536d315122e48c.tar.bz2 sharkey-73630140817ebcfb6b9b350d2b536d315122e48c.zip | |
Clean up
Diffstat (limited to 'src/web/app/common/scripts')
| -rw-r--r-- | src/web/app/common/scripts/loading.ls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/scripts/loading.ls b/src/web/app/common/scripts/loading.ls index ed791b21ac..8ebede6db4 100644 --- a/src/web/app/common/scripts/loading.ls +++ b/src/web/app/common/scripts/loading.ls @@ -1,4 +1,4 @@ -NProgress = require 'NProgress' +NProgress = require \nprogress NProgress.configure do trickle-speed: 500ms show-spinner: false |