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
14059a08
Commit
14059a08
authored
Jan 18, 2017
by
Robert Lyon
Committed by
Gerrit Code Review
Jan 18, 2017
Browse files
Merge "Bug 1644675 & 1650414 Eliminate MochiKit from Mahara JS files: PieForms"
parents
3c0763be
df23a076
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/file/js/filebrowser.js
View file @
14059a08
...
@@ -44,7 +44,6 @@ var FileBrowser = (function($) {
...
@@ -44,7 +44,6 @@ var FileBrowser = (function($) {
};
};
this
.
submitform
=
function
()
{
this
.
submitform
=
function
()
{
signal
(
self
.
form
,
'
onsubmit
'
);
// MochiKit to be removed after cleanup
$
(
self
.
form
).
triggerHandler
(
'
submit
'
);
$
(
self
.
form
).
triggerHandler
(
'
submit
'
);
self
.
form
.
submit
();
self
.
form
.
submit
();
};
};
...
...
htdocs/lib/pieforms/static/core/pieforms.js
View file @
14059a08
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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