Skip to content

Commit 4236970

Browse files
committed
v1.2.5 version bump
1 parent b739027 commit 4236970

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

resources/dilber.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
const __mydomain = 'https://dilber.io';
21
const __myserver = window.serverurl = 'unshittyfy.com';
3-
const __version = '1.2.4';
2+
const __version = '1.2.5';
43
const __autosaveDefault = 1800; // 30 minutes
54

65
let __isSpectating = false;
@@ -85962,7 +85961,7 @@ snare.wav
8596285961
showNotification('Username or channel name must be minimum 6 letter', 'error', 'red')
8596385962
return
8596485963
}
85965-
85964+
8596685965
var curdomain = `${location.protocol}//${location.host}`;
8596785966
var selected = false;
8596885967
var el = document.createElement('textarea');

0 commit comments

Comments
 (0)