mirror of https://github.com/gofiber/fiber.git
Fix js func
parent
6d0e4257e8
commit
ae132e61ed
|
@ -48,10 +48,9 @@
|
|||
if (txt.text().startsWith("!")) {
|
||||
txt.html(txt.text().replace('!', ''))
|
||||
n.css('opacity', '0.4')
|
||||
console.log(n)
|
||||
}
|
||||
});
|
||||
}, 250)
|
||||
}, 500)
|
||||
}
|
||||
$(window).on('hashchange', function() {
|
||||
if (window.location.hash.startsWith("#/context")) {
|
||||
|
@ -62,10 +61,9 @@
|
|||
if (txt.text().startsWith("!")) {
|
||||
txt.html(txt.text().replace('!', ''))
|
||||
n.css('opacity', '0.4')
|
||||
console.log(n)
|
||||
}
|
||||
});
|
||||
}, 250)
|
||||
}, 500)
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue