orchard/src/main/base
Tobias Speicher 8edfddc409
Replace deprecated String.prototype.substr()
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) so we replace it with slice() or substring() which work similarily but aren't deprecated.
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-02-20 15:09:12 +01:00
..
app.ts stop bonking the app qwack 2022-02-11 21:09:41 +07:00
browserwindow.ts Replace deprecated String.prototype.substr() 2022-02-20 15:09:12 +01:00
plugins.ts Added dirName 2022-02-18 22:34:43 -08:00
store.ts Added resume from history 2022-02-19 01:13:22 -08:00
utils.ts Added loadJSFrontend 2022-02-18 16:46:40 -08:00
wsapi.ts back button & media keys improvement 2022-02-18 22:50:02 +07:00