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