mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 23:24:48 +02:00
Previously `let of` loop was used, which isn't supported in IE11. It seems it just fails when there is some JS syntax error (doesn't matter where exactly) and dataType: 'json' has no effect. Closes #982
12 lines
260 B
CoffeeScript
12 lines
260 B
CoffeeScript
#= require jquery
|
|
#= require jquery_ujs
|
|
#= require bootstrap-sprockets
|
|
#= require jquery-ui/datepicker
|
|
#= require select2
|
|
#= require datepicker
|
|
|
|
# Load order does matter
|
|
#= require polyfills/node_list_for_each
|
|
|
|
#= require spell_check
|
|
#= require shared/general
|