projects
/
Plinn.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Erreur history.pushState (IE8) passées silencieuses.
[Plinn.git]
/
skins
/
ajax_scripts
/
javascript_events_api.js
diff --git
a/skins/ajax_scripts/javascript_events_api.js
b/skins/ajax_scripts/javascript_events_api.js
index
4e721e2
..
bff4300
100644
(file)
--- a/
skins/ajax_scripts/javascript_events_api.js
+++ b/
skins/ajax_scripts/javascript_events_api.js
@@
-27,6
+27,9
@@
var getCopyOfNode; /* (node) returns a clone of the given node.
* to inject HMTL code inside tags where innerHtml is read only (IE)
*/
var copyPrototype; // (descendant, parent) lightwheight javascript inheritance
+if (!history.pushState) {
+ history.pushState = function(){};
+}
(function(){