What if you could live for a 1000 years?
This commit is contained in:
parent
1820c7b9ed
commit
48a4809f1f
109 changed files with 2254 additions and 1814 deletions
assets/makai.js
|
@ -21,6 +21,11 @@ const $rc = function(element) {
|
|||
element.removeChild(element.lastChild);
|
||||
};
|
||||
|
||||
const $rp = function(target, replace) {
|
||||
$ib(target, replace);
|
||||
$r(target);
|
||||
};
|
||||
|
||||
const $ar = function(array, index) {
|
||||
array.splice(index, 1);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue