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:
TheAssassin 2017-03-16 10:51:36 +01:00
parent a5a6c81cd9
commit 265cc954c6

View file

@ -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