fix IFrame plugin for old browsers
This commit is contained in:
@@ -133,7 +133,7 @@ class IFrame {
|
||||
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) {
|
||||
|
||||
Reference in New Issue
Block a user