Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
f3476623
Commit
f3476623
authored
Feb 11, 2019
by
Liam
Committed by
Rebecca Blundell
Feb 26, 2019
Browse files
Bug #1765276: Fixed broken datepicker by changing the file needed
Change-Id: I1fff34cd2c6ca262c9329add6ab144e066256392
parent
3d3477a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/pieforms/pieform/elements/calendar.php
View file @
f3476623
...
...
@@ -267,7 +267,7 @@ function pieform_element_calendar_get_headdata($element) {
$libjs
=
$element
[
'jsroot'
]
.
'js/jquery-ui.min.js'
;
$libcss
=
$element
[
'jsroot'
]
.
'css/smoothness/jquery-ui.min.css'
;
$bootstrapdatetimejs
=
'/js/bootstrap-datetimepicker/
bootstrap-datetimepicker.min
.js'
;
$bootstrapdatetimejs
=
'/js/bootstrap-datetimepicker/
tempusdominus-bootstrap-4
.js'
;
$momentjs
=
'/js/momentjs/moment-with-locales.min.js'
;
$prev
=
get_string
(
'datepicker_prevText'
);
$next
=
get_string
(
'datepicker_nextText'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment