]> source.dussan.org Git - redmine.git/commitdiff
Fix the compatibility problem with Internet Explorer 11 (#3058).
authorGo MAEDA <maeda@farend.jp>
Fri, 12 Jul 2019 10:42:34 +0000 (10:42 +0000)
committerGo MAEDA <maeda@farend.jp>
Fri, 12 Jul 2019 10:42:34 +0000 (10:42 +0000)
Patch by Yuichi HARADA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18328 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/javascripts/application.js

index 7a2805d9703a5df53a47ad207524ffa73bec819f..019b45dc43579e21e147bdfa79fc2e981b9b97fe 100644 (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();