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:
Go MAEDA
2019-07-12 10:42:34 +00:00
parent a60bac1770
commit d9215ef09c

View File

@@ -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();