mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-06 09:03:25 +00:00
Fix the compatibility problem with Internet Explorer 11 (#3058).
Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18328 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a60bac1770
commit
d9215ef09c
@ -385,7 +385,8 @@ function showIssueHistory(journal, url) {
|
||||
return false;
|
||||
}
|
||||
|
||||
function getRemoteTab(name, remote_url, url, load_always = false) {
|
||||
function getRemoteTab(name, remote_url, url, load_always) {
|
||||
load_always = load_always || false;
|
||||
var tab_content = $('#tab-content-' + name);
|
||||
|
||||
tab_content.parent().find('.tab-content').hide();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user