Remove unneeded TODO
parent
4bb70cb405
commit
db05a94838
|
@ -1,6 +1,5 @@
|
||||||
import { init } from "./shareon";
|
import { init } from "./shareon";
|
||||||
|
|
||||||
// TODO: update README
|
|
||||||
const s = document.currentScript;
|
const s = document.currentScript;
|
||||||
if (s && s.hasAttribute("init")) {
|
if (s && s.hasAttribute("init")) {
|
||||||
init();
|
init();
|
||||||
|
|
Loading…
Reference in New Issue