blob: 70c07cba4cabb35e867943748e2c1e39b66efc7d [file] [log] [blame]
<!doctype html>
Base
<script>
onpagehide = function() {
if(top.base_hide) {
top.base_hide();
}
}
onpageshow = function() {
if (top.base_show) {
top.base_show();
}
}
</script>