移除log
This commit is contained in:
parent
ec253ed2f3
commit
137f2331d0
|
@ -32,7 +32,6 @@
|
||||||
$(".aside-list time").each(function () {
|
$(".aside-list time").each(function () {
|
||||||
var timeVal = $(this).attr("datetime");
|
var timeVal = $(this).attr("datetime");
|
||||||
$(this).text(btf.diffDateExact(timeVal,true));
|
$(this).text(btf.diffDateExact(timeVal,true));
|
||||||
console.log(1);
|
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue