summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-01-14 12:24:55 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-01-14 12:24:55 +0900
commit66aa137326a107c06ead805f506ad45ecda584d2 (patch)
treed2fc7aeb1c25f84ba2cab1aed1be28ae9f541ed9 /src/web
parentFix bug (diff)
downloadmisskey-66aa137326a107c06ead805f506ad45ecda584d2.tar.gz
misskey-66aa137326a107c06ead805f506ad45ecda584d2.tar.bz2
misskey-66aa137326a107c06ead805f506ad45ecda584d2.zip
Clean up: Remove Sortable
Diffstat (limited to 'src/web')
-rw-r--r--src/web/app/desktop/mixins.ls3
-rw-r--r--src/web/app/desktop/tags/post-form.tag5
2 files changed, 0 insertions, 8 deletions
diff --git a/src/web/app/desktop/mixins.ls b/src/web/app/desktop/mixins.ls
index 0bafe8098f..b099b45165 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 2a3ee0e46b..16c7bc4bd1 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