fix IFrame plugin for old browsers

pull/3270/head
REJack 2020-12-30 08:22:19 +01:00
parent 47fa82fec3
commit f378e2f359
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class IFrame {
return return
} }
this.createTab(title, link, link.replace('.html', '').replace('./', '').replace(/["&'./=?[\]]/gi, '-').replaceAll('--', ''), autoOpen) this.createTab(title, link, link.replace('.html', '').replace('./', '').replace(/["&'./=?[\]]/gi, '-').replace(/(--)/gi, ''), autoOpen)
} }
switchTab(item) { switchTab(item) {