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
1085ec62
Commit
1085ec62
authored
Apr 03, 2018
by
Cecilia Vela Gurovic
Committed by
Gerrit Code Review
Apr 03, 2018
Browse files
Merge "Bug 1759698: Bootstrap datepicker has it's own on change event"
parents
ffef3498
24b57c01
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/js/adminusersearch.js
View file @
1085ec62
...
@@ -198,7 +198,7 @@ var UserSearch = (function($) {
...
@@ -198,7 +198,7 @@ var UserSearch = (function($) {
pager
.
sendQuery
();
pager
.
sendQuery
();
return
false
;
return
false
;
});
});
$
(
'
#
loggedinform_loggedindate
'
)
.
change
(
function
()
{
input_
loggedinform_loggedindate
.
on
(
"
dp
.change
"
,
function
(
e
)
{
// Set handler directly so that calendar works
// Set handler directly so that calendar works
pager
.
params
.
offset
=
0
;
pager
.
params
.
offset
=
0
;
pager
.
params
.
loggedindate
=
$
(
this
).
val
();
pager
.
params
.
loggedindate
=
$
(
this
).
val
();
...
...
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