js empty

c837c2ed157e01f78d31c0ba952d2ef1d56b29ac

QuantumEntangledAndy <sheepchaan@gmail.com>

Signed
1 files changed, +2 -2Ignore whitespace
public/scripts/RossAscends-mods.js+2 -2
@@ -933,7 +933,7 @@ export function initRossMods() {
933 if (!$(e.target).closest('#sheld').length) {933 if (!$(e.target).closest('#sheld').length) {
934 return;934 return;
935 }935 }
936 if ($('#curEditTextarea')) {936 if ($('#curEditTextarea').length) {
937 // Don't swipe while in text edit mode937 // Don't swipe while in text edit mode
938 // the ios selection gestures get picked up938 // the ios selection gestures get picked up
939 // as swipe gestures939 // as swipe gestures
@@ -957,7 +957,7 @@ export function initRossMods() {
957 if (!$(e.target).closest('#sheld').length) {957 if (!$(e.target).closest('#sheld').length) {
958 return;958 return;
959 }959 }
960 if ($('#curEditTextarea')) {960 if ($('#curEditTextarea').length) {
961 // Don't swipe while in text edit mode961 // Don't swipe while in text edit mode
962 // the ios selection gestures get picked up962 // the ios selection gestures get picked up
963 // as swipe gestures963 // as swipe gestures