You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/index.html
+13-7Lines changed: 13 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -249,14 +249,12 @@
249
249
</svg>
250
250
</a>
251
251
<h1>Add Library</h1>
252
-
<h3>JavaScript</h3>
253
-
<pstyle="font-size: 0.8em;opacity: 0.7;">Note: You can load external scripts from following domains: localhost, https://ajax.googleapis.com, https://code.jquery.com, https://cdnjs.cloudflare.com, https://unpkg.com, https://maxcdn.com, https://cdn77.com, https://maxcdn.bootstrapcdn.com, https://cdn.jsdelivr.net/, https://rawgit.com, https://wzrd.in</p>
254
-
<textareaid="js-external-js" class="full-width" id="" cols="30" rows="5" placeholder="Start typing name of a library. Put each library in new line"></textarea>
255
252
256
-
<h3>CSS</h3>
257
-
<textareaid="js-external-css" class="full-width" id="" cols="30" rows="5" placeholder="Start typing name of a library. Put each library in new line"></textarea>
258
-
259
-
<divstyle="margin-top:20px;">
253
+
<inputtype="text" id="externalLibrarySearchInput" class="full-width" placeholder="Type here to search libraries">
254
+
<divclass="tar opacity--70">
255
+
<small>Powered by cdnjs</small>
256
+
</div>
257
+
<divstyle="margin:20px 0;">
260
258
Choose from popular libraries:
261
259
<selectname="" id="js-add-library-select">
262
260
<optionvalue="">-------</option>
@@ -268,6 +266,14 @@ <h3>CSS</h3>
268
266
</optgroup>
269
267
</select>
270
268
</div>
269
+
270
+
<h3>JavaScript</h3>
271
+
<pstyle="font-size: 0.8em;" class="opacity--70">Note: You can load external scripts from following domains: localhost, https://ajax.googleapis.com, https://code.jquery.com, https://cdnjs.cloudflare.com, https://unpkg.com, https://maxcdn.com, https://cdn77.com, https://maxcdn.bootstrapcdn.com, https://cdn.jsdelivr.net/, https://rawgit.com, https://wzrd.in</p>
272
+
<textareaid="js-external-js" class="full-width" id="" cols="30" rows="5" placeholder="Start typing name of a library. Put each library in new line"></textarea>
273
+
274
+
<h3>CSS</h3>
275
+
<textareaid="js-external-css" class="full-width" id="" cols="30" rows="5" placeholder="Start typing name of a library. Put each library in new line"></textarea>
0 commit comments