mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01: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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user