Merged r17909 from trunk to 4.0-stable (#30939).

git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@17910 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2019-03-02 03:04:57 +00:00
parent 13d9856ba0
commit 196f7ee83f

View File

@@ -29,7 +29,7 @@ $(document).ready(function(){
dataType: "jsonp",
url: "https://www.redmine.org/plugins/check_updates",
data: <%= raw_json plugin_data_for_updates(@plugins) %>,
timeout: 3000,
timeout: 10000,
beforeSend: function(){
$('#ajax-indicator').show();
},