diff --git a/legacyworlds-web-main/Content/Raw/js/research.js b/legacyworlds-web-main/Content/Raw/js/research.js index c9c3544..31cdbfe 100644 --- a/legacyworlds-web-main/Content/Raw/js/research.js +++ b/legacyworlds-web-main/Content/Raw/js/research.js @@ -45,7 +45,7 @@ $(function() { $('.tech-line').click(function() { var _id = $(this).attr('id').replace(/^tl-/, ''); if (_id == _displayed) { - return; + return true; } _viewingArea.html($('#tdesc-' + _id).html()); $('a', _viewingArea).click(function() {