This commit is contained in:
r888888888
2017-10-30 14:47:00 -07:00
parent aff81bb9ed
commit 32ff7de6d8
5 changed files with 23 additions and 3 deletions

View File

@@ -38,6 +38,9 @@
}
Danbooru.Post.initialize_gestures = function() {
if (Danbooru.meta("disable-mobile-gestures") === "true") {
return;
}
var $body = $("body");
if ($body.data("hammer")) {
return;