diff --git a/app/assets/javascripts/app/views/publisher_view.js b/app/assets/javascripts/app/views/publisher_view.js index 5a7507276..64f90c1d3 100644 --- a/app/assets/javascripts/app/views/publisher_view.js +++ b/app/assets/javascripts/app/views/publisher_view.js @@ -11,7 +11,6 @@ //= require ./publisher/poll_creator_view //= require ./publisher/services_view //= require ./publisher/uploader_view -//= require jquery.textchange/jquery.textchange app.views.Publisher = Backbone.View.extend({ diff --git a/app/assets/javascripts/mobile/mobile.js b/app/assets/javascripts/mobile/mobile.js index c0a873134..81709c969 100644 --- a/app/assets/javascripts/mobile/mobile.js +++ b/app/assets/javascripts/mobile/mobile.js @@ -4,7 +4,6 @@ */ // @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-v3-or-Later -//= require jquery.textchange/jquery.textchange //= require charcount //= require js-routes //= require autosize/dist/autosize diff --git a/package.json b/package.json index 9948797f5..09ec681ac 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "license": "AGPL-3.0", "private": true, "dependencies": { - "jquery.textchange": "gist:424774", "autosize": "4.0.2", "backbone": "1.3.3", "blueimp-gallery": "2.33.0", diff --git a/yarn.lock b/yarn.lock index 8e7f4ba99..e549024d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -90,10 +90,6 @@ jquery.are-you-sure@1.9.0: dependencies: jquery ">=1.4.2" -"jquery.textchange@gist:424774": - version "0.0.0" - resolved "https://gist.github.com/424774.git#f279b03d73e22305059f590b745618fdb9158771" - jquery@3.6.0, jquery@>=1.11, jquery@>=1.4.2: version "3.6.0" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470"