Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed issue #12934: Date field does not show calendar
  • Loading branch information
lacrioque committed Jan 8, 2018
1 parent 427fd3b commit 5a7bc0a
Show file tree
Hide file tree
Showing 4 changed files with 14,293 additions and 675 deletions.
4 changes: 2 additions & 2 deletions application/config/third_party.php
Expand Up @@ -333,10 +333,10 @@

// Moment.js use real simple dateTime modification
'moment' => array(
'devBaseUrl' => 'third_party/moment',
'basePath' => 'third_party.moment',
'position' => CClientScript::POS_BEGIN,
'js' => array(
'moment-with-locales.min.js'
'moment-with-locales'.$minVersion.'.js'
),
'depends' => array(
)
Expand Down
1 change: 1 addition & 0 deletions assets/scripts/survey_runtime.js
Expand Up @@ -111,6 +111,7 @@ function checkconditions(value, name, type, evt_type)
if(typeof name !== 'undefined') {
var parts = name.split('X');
questionCode = parts[2];
var LEMvarNameAttr = LEMvarNameAttr || {};
if (LEMvarNameAttr['java' + name] != undefined) {
questionCode = '' + LEMvarNameAttr['java' + name].qid;
}
Expand Down

0 comments on commit 5a7bc0a

Please sign in to comment.