Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
6e22a5f8
Commit
6e22a5f8
authored
Jan 28, 2014
by
Jonathon Duerig
Browse files
Add explicit dependency to load form-helpers
parent
d74289ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/js/main.js
View file @
6e22a5f8
...
...
@@ -17,7 +17,7 @@ require.config({
require
([
'
jquery
'
,
'
js/quickvm_sup
'
,
// jQuery modules
'
bootstrap
'
],
'
bootstrap
'
,
'
formhelpers
'
],
function
(
$
,
sup
)
{
'
use strict
'
;
...
...
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