forked from bigbluebutton/bigbluebutton
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
download js and css so that we don't depend on internet connection f…
…or demo to work
- Loading branch information
Showing
7 changed files
with
645 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ Author: Fred Dixon <[email protected]> | |
<title>Create Your Own Meeting</title> | ||
|
||
<script type="text/javascript" | ||
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> | ||
src="js/jquery.min.js"></script> | ||
<script type="text/javascript" src="js/heartbeat.js"></script> | ||
</head> | ||
<body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,9 +33,9 @@ Author: Islam El-Ashi <[email protected]> | |
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<title>Activity Monitor</title> | ||
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/> | ||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> | ||
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script> | ||
<link href="js/jquery-ui.css" rel="stylesheet" type="text/css"/> | ||
<script type="text/javascript" src="js/jquery.min.js"></script> | ||
<script src="js/jquery-ui.min.js"></script> | ||
<script type="text/javascript" src="js/demo4.js"></script> | ||
<script type="text/javascript" src="js/md5.js"></script> | ||
<script type="text/javascript" src="js/jquery.xml2json.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ Author: Fred Dixon <[email protected]> | |
<title>Create Your Own Meeting</title> | ||
|
||
<script type="text/javascript" | ||
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> | ||
src="js/jquery.min.js"></script> | ||
<script type="text/javascript" src="js/heartbeat.js"></script> | ||
</head> | ||
<body> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.