projects
/
Plinn.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Refactoring : déplacement des méthodes spécifiques à l'affichage de l'interface utili...
[Plinn.git]
/
skins
/
ajax_scripts
/
ajax_form_manager.js
diff --git
a/skins/ajax_scripts/ajax_form_manager.js
b/skins/ajax_scripts/ajax_form_manager.js
index
bdea518
..
03ebdd8
100644
(file)
--- a/
skins/ajax_scripts/ajax_form_manager.js
+++ b/
skins/ajax_scripts/ajax_form_manager.js
@@
-478,7
+478,7
@@
function smoothScroll(from, to) {
window.clearInterval(intervalId);
window.scroll(0, to);
}
window.clearInterval(intervalId);
window.scroll(0, to);
}
- }
+ }
;
intervalId = window.setInterval(jump, 10);
}
intervalId = window.setInterval(jump, 10);
}
@@
-518,7
+518,7
@@
function shake(e, distance, time) {
}
else {
// Otherwise, the animation is complete
}
else {
// Otherwise, the animation is complete
- e.style.cssText = originalStyle // Restore the original style
+ e.style.cssText = originalStyle
;
// Restore the original style
}
}
}
}
}
}