mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Nuovi bottoni, fix vecchie pagine, aggiornamento Raccolta siti web
This commit is contained in:
6
Assets.old/Assets/Global.js
Normal file
6
Assets.old/Assets/Global.js
Normal file
@@ -0,0 +1,6 @@
|
||||
if (!String.prototype.replaceAll) {
|
||||
// https://stackoverflow.com/a/63958411
|
||||
String.prototype.replaceAll = function replaceAll(search, replace) {
|
||||
return this.split(search).join(replace);
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user