Procházet zdrojové kódy

UI add missing jquery-ui in procesy5.php

Piotr Labudda před 10 roky
rodič
revize
bf63b74480
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      SE/procesy5.php

+ 2 - 0
SE/procesy5.php

@@ -161,6 +161,7 @@ function lay_procesy_gora() {
 	<title><?php echo $title; ?></title>
 	<title><?php echo $title; ?></title>
 	<meta name="author" content="Piotr Labudda <piotrl86@gmail.com>" />
 	<meta name="author" content="Piotr Labudda <piotrl86@gmail.com>" />
 	<link rel="stylesheet" href="stuff/bootstrap/css/bootstrap.min.css" type="text/css" />
 	<link rel="stylesheet" href="stuff/bootstrap/css/bootstrap.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" />
 	<style type="text/css">
 	<style type="text/css">
 .popover-with-html .popover-heading {display:none;}
 .popover-with-html .popover-heading {display:none;}
@@ -169,6 +170,7 @@ function lay_procesy_gora() {
 	<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/bootstrap/js/bootstrap.min.js"></script>
 	<script src="stuff/bootstrap/js/bootstrap.min.js"></script>
+	<script src="stuff/jquery-ui-1.10.4.custom.min.js"></script>
 	<script>
 	<script>
 jQuery(document).ready(function(){
 jQuery(document).ready(function(){
 	jQuery(".popover-with-html").popover({
 	jQuery(".popover-with-html").popover({