1
0
mirror of https://github.com/moparisthebest/rcrdit synced 2024-12-21 23:08:57 -05:00

Pull dependencies from ajax.googleapis.com

This commit is contained in:
Travis Burtrum 2017-10-29 15:36:18 -04:00
parent 3d12bf263f
commit fdb2f46fc8
4 changed files with 1331 additions and 3 deletions

View File

@ -21,10 +21,10 @@
<head>
<meta charset="UTF-8"/>
<title>Rcrdit</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/rcrdit.js"></script>
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css">
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<link rel="stylesheet" href="js/jquery-ui.css">
<script src="js/jquery-ui.min.js"></script>
<script src="js/moment.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/rcrdit.css">
<script src="js/timepicker/jquery-ui-timepicker-addon.min.js"></script>

1311
src/main/webapp/js/jquery-ui.css vendored Normal file

File diff suppressed because it is too large Load Diff

13
src/main/webapp/js/jquery-ui.min.js vendored Normal file

File diff suppressed because one or more lines are too long

4
src/main/webapp/js/jquery.min.js vendored Normal file

File diff suppressed because one or more lines are too long