Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix Bug420576--Signed-off-by: Adrian Aichner <adrian.aichner@gmail.com>
  • Loading branch information
anaran committed Oct 28, 2013
1 parent 29bd508 commit a3579ed
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -34,7 +34,7 @@ define(['i18n!orion/widgets/nls/messages', 'orion/webui/littlelib', 'orion/webui
'</div>' + //$NON-NLS-0$
'</div>' + //$NON-NLS-0$
'</div>' + //$NON-NLS-0$
'<div class="layoutBlock layoutRight"><input type="file" name="selectedFile" id="selectedFile" class="uploadChooser" /><span id="uploadButton" role="button" class="commandButton disabled" tabindex="0">${Upload}</span></div>' + //$NON-NLS-0$
'<div class="layoutBlock layoutRight"><input type="file" multiple name="selectedFile" id="selectedFile" class="uploadChooser" /><span id="uploadButton" role="button" class="commandButton disabled" tabindex="0">${Upload}</span></div>' + //$NON-NLS-0$
'</div>'; //$NON-NLS-0$

ImportDialog.prototype._init = function(options) {
Expand Down Expand Up @@ -149,4 +149,4 @@ define(['i18n!orion/widgets/nls/messages', 'orion/webui/littlelib', 'orion/webui
ImportDialog.prototype.constructor = ImportDialog;
//return the module exports
return {ImportDialog: ImportDialog};
});
});

0 comments on commit a3579ed

Please sign in to comment.