mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +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
19 lines
458 B
CoffeeScript
19 lines
458 B
CoffeeScript
#= require jquery
|
|
#= require jquery_ujs
|
|
#= require bootstrap-sprockets
|
|
#= require typeahead.bundle.min
|
|
#= require admin/autocomplete
|
|
#= require jquery.nested_attributes
|
|
#= require selectize
|
|
#= require jquery-ui/datepicker
|
|
#= require select2
|
|
#= require jquery.doubleScroll
|
|
|
|
# Load order does matter
|
|
#= require polyfills/node_list_for_each
|
|
|
|
#= require datepicker
|
|
#= require spell_check
|
|
#= require admin/application
|
|
#= require admin/app
|
|
#= require_tree ./admin
|