Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

AEROGEAR-1292 - only include jquery on the custom builder #143

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion _layouts/base.html
Expand Up @@ -31,7 +31,6 @@
s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="/js/libs/jquery-1.7.2.min.js"></script>
</head>
<body>
<div id="sideNav" class="hidden">
Expand Down
1 change: 1 addition & 0 deletions download/custom/index.html
Expand Up @@ -36,5 +36,6 @@ <h3><%=groupLabel%>
<ul class='component-group' id=<%=id%>></ul>
</div>
</script>
<script src="/js/libs/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="lodash.min.js"></script>
<script type="text/javascript" src="builder.js"></script>