1 Commits

3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
(function () {
"use strict";
var THRESHOLD = 100; // ms; a press on a card held longer than this is a drag, not a click
var THRESHOLD = 110; // ms; a press on a card held longer than this is a drag, not a click
var pressStart = 0;
function onDown(e) {

View File

@@ -76,7 +76,7 @@ class Plugin extends Base
public function getPluginVersion()
{
return '1.3.2';
return '1.3.3';
}
public function getPluginHomepage()

View File

@@ -1 +1 @@
OrganonTweaks v1.3.2
OrganonTweaks v1.3.3