projects
/
Plinn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
292a91b
)
Corrections syntaxiques.
author
Benoît Pin
<benoit.pin@gmail.com>
Wed, 24 Jul 2013 03:17:12 +0000
(
05:17
+0200)
committer
Benoît Pin
<benoit.pin@gmail.com>
Wed, 24 Jul 2013 03:17:12 +0000
(
05:17
+0200)
skins/ajax_scripts/ajax_form_manager.js
patch
|
blob
|
history
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);
}
- }
+ }
;
intervalId = window.setInterval(jump, 10);
}
@@
-518,7
+518,7
@@
function shake(e, distance, time) {
}
else {
// Otherwise, the animation is complete
- e.style.cssText = originalStyle // Restore the original style
+ e.style.cssText = originalStyle
;
// Restore the original style
}
}
}