MDL-36696 - filepicker: remove superfluous comma
It causes problems with older versions of IE.
This commit is contained in:
@@ -1024,7 +1024,7 @@ M.core_filepicker.init = function(Y, options) {
|
||||
var nextpage = this.active_repo.page+1;
|
||||
var args = {
|
||||
page: nextpage,
|
||||
repo_id: this.active_repo.id,
|
||||
repo_id: this.active_repo.id
|
||||
};
|
||||
var action = this.active_repo.issearchresult ? 'search' : 'list';
|
||||
this.request({
|
||||
|
||||
Reference in New Issue
Block a user