Skip to content

Commit

Permalink
Remove jrumble from build.json, wiggle cleanup (#4643)
Browse files Browse the repository at this point in the history
  • Loading branch information
achillesrasquinha authored and netchampfaris committed Dec 18, 2017
1 parent 7888805 commit b31c4ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions frappe/core/page/desktop/desktop.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
1 change: 0 additions & 1 deletion frappe/public/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b31c4ed

Please sign in to comment.