Skip to content

Commit

Permalink
Fixed a bug where the topic control always has the option "Selected" …
Browse files Browse the repository at this point in the history
…selected.
  • Loading branch information
mystralkk committed Dec 21, 2016
1 parent a339619 commit 93c7815
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions public_html/javascript/topic_control.js
Expand Up @@ -17,11 +17,6 @@ $('input[name="topic_option"]').change(function () {
});

var onTopicChange = function () {
if ($('#panel_radio_options').is(':visible')) {
// On selecting a tid make sure selecttopics radio option is selected
$('#topic_option_selectedtopics').click();
}

changeTopicControlDisplay();

// *********************************************
Expand Down

0 comments on commit 93c7815

Please sign in to comment.