Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
9fc67760
Commit
9fc67760
authored
Jan 27, 2014
by
Keith Downie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a jQuery dependency error with Bootstrap Form Helpers
parent
28e2e32e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
www/aptui/js/main.js
www/aptui/js/main.js
+2
-1
No files found.
www/aptui/js/main.js
View file @
9fc67760
...
...
@@ -3,18 +3,19 @@ require.config({
paths
:
{
'
jquery
'
:
'
js/lib/jquery-2.0.3.min
'
,
'
bootstrap
'
:
'
bootstrap/js/bootstrap
'
,
'
formhelpers
'
:
'
formhelpers/js/bootstrap-formhelpers
'
,
'
dateformat
'
:
'
js/lib/date.format
'
,
'
d3
'
:
'
js/lib/d3.v3
'
,
},
shim
:
{
'
bootstrap
'
:
{
deps
:
[
'
jquery
'
]
},
'
formhelpers
'
:
{
deps
:
[
'
bootstrap
'
]},
'
dateformat
'
:
{
exports
:
'
dateFormat
'
},
'
d3
'
:
{
exports
:
'
d3
'
}
},
});
require
([
'
jquery
'
,
'
js/quickvm_sup
'
,
'
formhelpers/js/bootstrap-formhelpers
'
,
// jQuery modules
'
bootstrap
'
],
function
(
$
,
sup
)
...
...
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