mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Upd. PicoBlog, Minesweeper; Add. 2048; Fix. CSS
This commit is contained in:
@ -4,6 +4,8 @@ Exp.Fs = require('fs');
|
||||
// https://stackoverflow.com/a/69049676
|
||||
Exp.importAll = function importAll(){ delete this.importAll; Object.assign(global, this); };
|
||||
|
||||
Exp.CssAllHeadings = ' h1, h2, h3, h4, h5, h6';
|
||||
|
||||
Exp.TryStringToList = In => {
|
||||
if (typeof(In) == 'string') {
|
||||
return In.split(',');
|
||||
|
Reference in New Issue
Block a user