diff --git a/package.json b/package.json index 01cf83837..faef0a87e 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,6 @@ "rndstr": "1.0.0", "serve-favicon": "2.3.2", "shelljs": "0.7.6", - "sortablejs": "1.5.0-rc1", "subdomain": "1.2.0", "summaly": "1.2.7", "swagger-jsdoc": "^1.8.4", diff --git a/src/web/app/desktop/mixins.ls b/src/web/app/desktop/mixins.ls index 0bafe8098..b099b4516 100644 --- a/src/web/app/desktop/mixins.ls +++ b/src/web/app/desktop/mixins.ls @@ -1,9 +1,6 @@ riot = require \riot module.exports = (me) ~> - riot.mixin \sortable do - Sortable: require \sortablejs - if me? (require './scripts/stream.ls') me diff --git a/src/web/app/desktop/tags/post-form.tag b/src/web/app/desktop/tags/post-form.tag index 2a3ee0e46..16c7bc4bd 100644 --- a/src/web/app/desktop/tags/post-form.tag +++ b/src/web/app/desktop/tags/post-form.tag @@ -286,7 +286,6 @@ @mixin \api @mixin \notify @mixin \autocomplete - @mixin \sortable @wait = false @uploadings = [] @@ -406,10 +405,6 @@ @trigger \change-files @files @update! - new @Sortable @refs.attaches, do - draggable: \.file - animation: 150ms - @post = (e) ~> @wait = true