|
@@ -11,7 +11,9 @@
|
|
|
-->
|
|
-->
|
|
|
<link rel="stylesheet" href="stuff/jquery.selectize/css/selectize.bootstrap3.css" type="text/css" />
|
|
<link rel="stylesheet" href="stuff/jquery.selectize/css/selectize.bootstrap3.css" type="text/css" />
|
|
|
<link rel="stylesheet" href="stuff/bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css" type="text/css" />
|
|
<link rel="stylesheet" href="stuff/bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css" type="text/css" />
|
|
|
|
|
+ <link rel="stylesheet" href="stuff/jquery-ui-smoothness/jquery-ui-1.10.4.custom.min.css" type="text/css">
|
|
|
<link rel="stylesheet" href="stuff/main.css" type="text/css" />
|
|
<link rel="stylesheet" href="stuff/main.css" type="text/css" />
|
|
|
|
|
+
|
|
|
<script src="stuff/jquery-2.1.0.min.js"></script>
|
|
<script src="stuff/jquery-2.1.0.min.js"></script>
|
|
|
<script src="stuff/jquery-plugins.js"></script>
|
|
<script src="stuff/jquery-plugins.js"></script>
|
|
|
<script src="stuff/jquery.form.js"></script>
|
|
<script src="stuff/jquery.form.js"></script>
|
|
@@ -22,7 +24,7 @@
|
|
|
<script src="stuff/moment/pl.js"></script>
|
|
<script src="stuff/moment/pl.js"></script>
|
|
|
<script src="stuff/bootstrap-datetimepicker/js/bootstrap-datetimepicker.min.js"></script>
|
|
<script src="stuff/bootstrap-datetimepicker/js/bootstrap-datetimepicker.min.js"></script>
|
|
|
<script src="stuff/notify.min.js"></script>
|
|
<script src="stuff/notify.min.js"></script>
|
|
|
-<!-- <script src="stuff/jquery-ui-1.10.4.custom.min.js"></script> -->
|
|
|
|
|
|
|
+ <script src="stuff/jquery-ui-1.10.4.custom.min.js"></script>
|
|
|
<script src="stuff/jquery.hotkeys.js"></script>
|
|
<script src="stuff/jquery.hotkeys.js"></script>
|
|
|
<script src="stuff/lodash.min.js"></script>
|
|
<script src="stuff/lodash.min.js"></script>
|
|
|
<script src="stuff/superagent.js"></script>
|
|
<script src="stuff/superagent.js"></script>
|