Fix jQuery version
Draggable.js is not compatible with jQuery >= 3 which means that several UI elements are broken, but jquery-rails ships with jQuery >= 3 by default now. This patch makes OSEM use jQuery 2 again, so that Draggable.js works again.
This commit is contained in:
parent
a5a6c81cd9
commit
265cc954c6
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
|
// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
|
||||||
// GO AFTER THE REQUIRES BELOW.
|
// GO AFTER THE REQUIRES BELOW.
|
||||||
//
|
//
|
||||||
//= require jquery
|
//= require jquery2
|
||||||
//= require jquery_ujs
|
//= require jquery_ujs
|
||||||
//= require jquery.mobile.custom.min
|
//= require jquery.mobile.custom.min
|
||||||
//= require jquery.ui.draggable
|
//= require jquery.ui.draggable
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue