|
@@ -69,3 +69,7 @@ function myCopy(inner_html) {
|
|
window.getSelection().removeAllRanges();
|
|
window.getSelection().removeAllRanges();
|
|
document.querySelector("#" + tmpId).remove();
|
|
document.querySelector("#" + tmpId).remove();
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+function log(obj) {
|
|
|
|
+ console.table(JSON.parse(JSON.stringify(obj)));
|
|
|
|
+}
|