-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
21 lines (21 loc) · 1.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title></title>
<script type="text/javascript" src="http://yui.yahooapis.com/2.7.0/build/yahoo/yahoo-min.js" ></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.7.0/build/get/get-min.js" ></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.7.0/build/event/event-min.js" ></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.7.0/build/get/get-min.js" ></script>
<script type="text/javascript" src="js/getScriptManager2.js" ></script>
<script type="text/javascript" src="js/fileBundle.js" ></script>
<script type="text/javascript" src="js/file.js" ></script>
<script type="text/javascript">
var files = ["http://json.org/json.js", "http://yui.yahooapis.com/2.7.0/build/dragdrop/dragdrop-min.js"];
SENTIENTBIT.getScriptManager.requestFiles(files, function() { console.log("This is the first Callback!") });
SENTIENTBIT.getScriptManager.requestFiles(files, function() { console.log("This is the second Callback!") });
</script>
</head>
<body>
<h1>Get Script Utility Manager</h1>
</body>
</html>