mirror of
https://github.com/redmine/redmine.git
synced 2026-01-21 06:53:08 +01:00
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:
@@ -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();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user