debian-mirror-gitlab/debian/patches/0200-use-jquery-for-jquery2.patch

15 lines
511 B
Diff
Raw Normal View History

2016-06-17 15:53:27 +05:30
jquery 1.x and 2.x use same api
http://lists.alioth.debian.org/pipermail/pkg-javascript-devel/2015-September/011230.html
2016-09-13 18:27:13 +05:30
--- a/app/assets/javascripts/application.js
+++ b/app/assets/javascripts/application.js
2016-09-29 10:17:09 +05:30
@@ -4,7 +4,7 @@
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// the compiled file.
//
2016-09-13 18:27:13 +05:30
-/*= require jquery2 */
+/*= require jquery */
/*= require jquery-ui/autocomplete */
/*= require jquery-ui/datepicker */
/*= require jquery-ui/draggable */