mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 19:48:28 +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
18 lines
444 B
CoffeeScript
18 lines
444 B
CoffeeScript
#= require jquery
|
|
#= require jquery_ujs
|
|
#= require bootstrap-sprockets
|
|
#= require typeahead.bundle.min
|
|
#= require jquery.nested_attributes
|
|
#= require jquery-ui/datepicker
|
|
#= require select2
|
|
#= require datepicker
|
|
|
|
# Load order does matter
|
|
#= require polyfills/node_list_for_each
|
|
|
|
#= require spell_check
|
|
#= require popover
|
|
#= require text_field_trimmer
|
|
#= require shared/general
|
|
#= require registrar/autocomplete
|
|
#= require registrar/application
|