diff --git a/src/subject-controller.js b/src/subject-controller.js index 13d4836..d26a486 100644 --- a/src/subject-controller.js +++ b/src/subject-controller.js @@ -174,8 +174,8 @@ SubjectController.prototype._toggleDisplay = function(show, noFade) { } else { $hideEle = this.$subject.add('label[for="' + id + '"]') } - - if (show && !$hideEle.is(':visible')) { + + if (show) { if (noFade) { $hideEle.show() } else {