Skip to content

Commit

Permalink
Fixed issue #14062: No languages list when clicking the hamburger ico…
Browse files Browse the repository at this point in the history
…n in Token page
  • Loading branch information
dominikvitt committed Oct 29, 2018
1 parent 378db43 commit 2e3774a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/helpers/frontend_helper.php
Expand Up @@ -1312,8 +1312,8 @@ function renderRenderWayForm($renderWay, array $scenarios, $sTemplateViewPath, $
$thissurvey['surveyUrl'] = App()->createUrl("/survey/index", array("sid"=>$surveyid));
$thissurvey['include_content'] = 'userforms';



Yii::app()->clientScript->registerScriptFile(Yii::app()->getConfig("generalscripts").'nojs.js', CClientScript::POS_HEAD);
// Language selector
if ($aSurveyInfo['alanguageChanger']['show']){
$aSurveyInfo['alanguageChanger']['datas']['targetUrl'] = $thissurvey['surveyUrl'];
Expand Down

1 comment on commit 2e3774a

@Shnoulle
Copy link
Collaborator

@Shnoulle Shnoulle commented on 2e3774a Oct 29, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nojs.js are not in a package ????

It was REMOVED from package 8076be3

@LouisGac : do you remind why it was removed from limesurvey-public package

?

Please sign in to comment.