mirror of https://github.com/ColorlibHQ/AdminLTE
fix IFrame plugin for old browsers
parent
47fa82fec3
commit
f378e2f359
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue