mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +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
|
// jump to comment if linked directly
|
||||||
var hash = window.location.hash || ''
|
var hash = window.location.hash || ''
|
||||||
if (/^#comment-\d+/.test(hash)) {
|
if (/^#comment-\d+/.test(hash)) {
|
||||||
alert(hash)
|
|
||||||
showComments(function (err) {
|
showComments(function (err) {
|
||||||
if (!err) {
|
if (!err) {
|
||||||
window.location.hash = ''
|
window.location.hash = ''
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue