Skip to content

Commit 603016d

Browse files
Update DragDropTouch to 5f618a7 from 1.2. (#823)
1 parent 48bae7f commit 603016d

File tree

5 files changed

+12
-464
lines changed

5 files changed

+12
-464
lines changed

LIBRARIES.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66

77
### DragDropTouch
88

9-
- **Location**: extension/vendor/drag-drop-touch/DragDropTouch.js
10-
- **Version**: 1.2
11-
- **Source**: https://raw.githubusercontent.com/Bernardo-Castilho/dragdroptouch/1.2/DragDropTouch.js
9+
- **Location**: extension/vendor/drag-drop-touch/drag-drop-touch.esm.min.js
10+
- **Version**: 5f618a7
11+
- **Source**: https://raw.githubusercontent.com/drag-drop-touch-js/dragdroptouch/5f618a70008c5d94b0714637ceeda0d09785fe4a/dist/drag-drop-touch.esm.min.js
12+
- **Note**: drag-drop-touch.js is a custom script to inject that esm javascript
1213

1314
### FontAwesome
1415

extension/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@
491491
"scripts/features/opened-supply-pack-value/ttOpenedSupplyPackValue.css"
492492
],
493493
"js": [
494-
"vendor/drag-drop-touch/DragDropTouch.js",
494+
"vendor/drag-drop-touch/drag-drop-touch.js",
495495
"scripts/global/functions/torn-items.js",
496496
"scripts/content/items/ttItems.js",
497497
"scripts/features/quick-items/ttQuickItems.js",
@@ -775,7 +775,7 @@
775775
{
776776
"matches": ["https://www.torn.com/crimes.php*"],
777777
"css": ["scripts/features/quick-crimes/ttQuickCrimes.css"],
778-
"js": ["vendor/drag-drop-touch/DragDropTouch.js", "scripts/content/crimes/ttCrimes.js", "scripts/features/quick-crimes/ttQuickCrimes.js"],
778+
"js": ["vendor/drag-drop-touch/drag-drop-touch.js", "scripts/content/crimes/ttCrimes.js", "scripts/features/quick-crimes/ttQuickCrimes.js"],
779779
"run_at": "document_end"
780780
},
781781
{

0 commit comments

Comments
 (0)