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
integration
prechecker
Commits
46785923
Commit
46785923
authored
Nov 14, 2016
by
Dan Poltawski
Browse files
Merge branch 'MDL-56426_master' of
git://github.com/markn86/moodle
parents
6dad38de
f34df179
Changes
2
Hide whitespace changes
Inline
Side-by-side
message/amd/build/preferences_notifications_list_controller.min.js
View file @
46785923
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
message/amd/src/preferences_notifications_list_controller.js
View file @
46785923
...
...
@@ -143,10 +143,11 @@ define(['jquery', 'core/ajax', 'core/notification', 'core/custom_interaction_eve
}
}.
bind
(
this
));
this
.
root
.
on
(
CustomEvents
.
events
.
activate
,
SELECTORS
.
PROCESSOR_SETTING
,
function
(
e
)
{
this
.
root
.
on
(
CustomEvents
.
events
.
activate
,
SELECTORS
.
PROCESSOR_SETTING
,
function
(
e
,
data
)
{
var
element
=
$
(
e
.
target
).
closest
(
SELECTORS
.
PROCESSOR_SETTING
);
var
processorSettings
=
new
NotificationProcessorSettings
(
element
);
processorSettings
.
show
();
data
.
originalEvent
.
preventDefault
();
});
CustomEvents
.
define
(
disabledNotificationsElement
,
[
...
...
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