Commit b87f1ea1 by doszhang

dos

parent a4108654
...@@ -123,6 +123,13 @@ var EventUtil = { ...@@ -123,6 +123,13 @@ var EventUtil = {
})(); })();
window.addEventListener('pageshow', function (e) {
if (e.persisted || (window.performance && window.performance.navigation.type == 2)) {
alert('show')
}
});
$(document).ready(function () { $(document).ready(function () {
for (let i = 0; i < 21; i++) { for (let i = 0; i < 21; i++) {
$('.read' + i).hide(); $('.read' + i).hide();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment