mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
Remove spurious set name from eventsource.sharedworker.js (#15643)
Fix #15617 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
parent
1e877613bf
commit
2c57352a30
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
|||
self.name = 'eventsource.sharedworker.js';
|
||||
|
||||
const sourcesByUrl = {};
|
||||
const sourcesByPort = {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue