mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-18 12:45:52 +00:00
remove debugging alert
This commit is contained in:
parent
05b3e96605
commit
638e7797c6
1 changed files with 0 additions and 1 deletions
|
|
@ -75,7 +75,6 @@
|
|||
// jump to comment if linked directly
|
||||
var hash = window.location.hash || ''
|
||||
if (/^#comment-\d+/.test(hash)) {
|
||||
alert(hash)
|
||||
showComments(function (err) {
|
||||
if (!err) {
|
||||
window.location.hash = ''
|
||||
|
|
|
|||
Loading…
Reference in a new issue