adminerevo/editor/static/editing.js
2011-03-24 08:24:57 +01:00

8 lines
123 B
JavaScript

// Editor specific functions
function bodyLoad(version) {
if (history.state !== undefined) {
onpopstate(history);
}
}