X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/03557759b5338002b09080b222e63cb6f4fe45d0..9bd0dc7c3396bc90f5cef31a77b67db283fd12b8:/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 --- 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(){