Remove jrumble from build.json, wiggle cleanup (#4643)
This commit is contained in:
parent
7888805f35
commit
b31c4ed029
2 changed files with 0 additions and 4 deletions
|
|
@ -138,9 +138,6 @@ $.extend(frappe.desktop, {
|
|||
setup_wiggle: () => {
|
||||
// Wiggle, Wiggle, Wiggle.
|
||||
const DURATION_LONG_PRESS = 1000;
|
||||
// lesser the antidode, more the wiggle (like your drunk uncle)
|
||||
// 75 seems good to replicate the iOS feels.
|
||||
const WIGGLE_ANTIDODE = 75;
|
||||
|
||||
var timer_id = 0;
|
||||
const $cases = frappe.desktop.wrapper.find('.case-wrapper');
|
||||
|
|
|
|||
|
|
@ -145,7 +145,6 @@
|
|||
"public/js/lib/datepicker/datepicker.min.js",
|
||||
"public/js/lib/datepicker/locale-all.js",
|
||||
"public/js/lib/frappe-charts/frappe-charts.min.iife.js",
|
||||
"public/js/lib/jquery.jrumble.min.js",
|
||||
"public/js/lib/webcam.min.js",
|
||||
"public/js/lib/leaflet/leaflet.js",
|
||||
"public/js/lib/leaflet/leaflet.draw.js",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue