Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
Incorporated review comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
manish-in-java committed Feb 23, 2017
1 parent 9c9c170 commit 41c957d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/jquery.uniform.js
Expand Up @@ -610,14 +610,14 @@
apply: function ($el, options) {
var ds, $div, $filename, $button;

// Issue# 441: Check if the control supports multiple selection.
// Issue #441: Check if the control supports multiple selection.
var multiselect = typeof($el.is("multiple")) != "undefined";

// The "span" is the button
ds = divSpan($el, options, {
divClass: options.fileClass,
spanClass: options.fileButtonClass,
// Issue# 441: Choose a display label based on the control supporting multiple selection.
// Issue #441: Choose a display label based on the control supporting multiple selection.
spanHtml: multiselect ? options.filesButtonHtml : options.fileButtonHtml,
spanWrap: "after"
});
Expand Down

0 comments on commit 41c957d

Please sign in to comment.