Skip to content

Commit

Permalink
dev removed outdated jstoolbox/datejs library Please watch out for da…
Browse files Browse the repository at this point in the history
…te-issues
  • Loading branch information
markusfluer committed Jul 22, 2016
1 parent 04aa334 commit e63ebb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/qanda_helper.php
Expand Up @@ -873,7 +873,7 @@ function do_date($ia)

App()->getClientScript()->registerScript("sDateLangvarJS",$sDateLangvarJS,CClientScript::POS_HEAD);
App()->getClientScript()->registerScriptFile(Yii::app()->getConfig("generalscripts").'date.js');
App()->getClientScript()->registerScriptFile(Yii::app()->getConfig("third_party").'jstoolbox/date.js');
//App()->getClientScript()->registerScriptFile(Yii::app()->getConfig("third_party").'jstoolbox/date.js');

// date_min: Determine whether we have an expression, a full date (YYYY-MM-DD) or only a year(YYYY)
if (trim($aQuestionAttributes['date_min'])!='')
Expand Down

0 comments on commit e63ebb7

Please sign in to comment.