mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Do not use turbolinks gem in registrar area
This commit is contained in:
parent
189129ec48
commit
c4b8a5b71b
5 changed files with 4 additions and 11 deletions
|
@ -1,5 +1,4 @@
|
|||
#= require nprogress
|
||||
#= require nprogress-turbolinks
|
||||
|
||||
NProgress.configure
|
||||
showSpinner: false
|
||||
|
@ -16,7 +15,7 @@ NProgress.configure
|
|||
$('#flash').find('div').html(msg)
|
||||
$('#flash').show()
|
||||
|
||||
$(document).on 'page:change', ->
|
||||
$ ->
|
||||
today = new Date()
|
||||
tomorrow = new Date(today)
|
||||
tomorrow.setDate(today.getDate() + 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue