Skip to content
GitLab
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
263eaa1a
Commit
263eaa1a
authored
Jan 31, 2019
by
Robert Lyon
Committed by
Gerrit Code Review
Jan 31, 2019
Browse files
Merge "Bug 1812939: remove jquery-ui-timepicker lib"
parents
e98e478e
9edc77b2
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
htdocs/js/jquery/jquery-ui/README.Mahara
View file @
263eaa1a
...
...
@@ -12,23 +12,6 @@ Changes:
Notes:
jQuery UI plugin Timepicker
===========================
This javascript library is required in conjunction with Datepicker
(which is part of jQuery UI) to allow for choosing dates with time
component.
Website: http://trentrichardson.com/examples/timepicker/
Version: 1.5.0
Dependency package: jquery-ui
Changes:
* Added key bindings for the increasing/decreasing of the hour/minute bars
* Added css tweaking into the theme/raw/style/datepicker.css
jQuery UI plugin touch-punch
============================
...
...
htdocs/js/jquery/jquery-ui/js/jquery-ui-timepicker-addon.js
deleted
100644 → 0
View file @
e98e478e
This diff is collapsed.
Click to expand it.
htdocs/lib/pieforms/pieform/elements/calendar.php
View file @
263eaa1a
...
...
@@ -252,7 +252,6 @@ function pieform_element_calendar_get_headdata($element) {
$libjs
=
$element
[
'jsroot'
]
.
'js/jquery-ui.min.js'
;
$libcss
=
$element
[
'jsroot'
]
.
'css/smoothness/jquery-ui.min.css'
;
$timeaddonjs
=
$element
[
'jsroot'
]
.
'js/jquery-ui-timepicker-addon.js'
;
$bootstrapdatetimejs
=
'/js/bootstrap-datetimepicker/bootstrap-datetimepicker.min.js'
;
$momentjs
=
'/js/momentjs/moment-with-locales.min.js'
;
$prev
=
get_string
(
'datepicker_prevText'
);
...
...
@@ -260,7 +259,6 @@ function pieform_element_calendar_get_headdata($element) {
$result
=
array
(
'<link rel="stylesheet" type="text/css" media="all" href="'
.
append_version_number
(
$libcss
)
.
'">'
,
'<script src="'
.
append_version_number
(
$libjs
)
.
'"></script>'
,
'<script src="'
.
append_version_number
(
$timeaddonjs
)
.
'"></script>'
,
'<script src="'
.
append_version_number
(
$momentjs
)
.
'"></script>'
,
'<script src="'
.
append_version_number
(
$bootstrapdatetimejs
)
.
'"></script>'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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