Explorar el Código

UI add missing jquery-ui in procesy5.php

Piotr Labudda hace 10 años
padre
commit
bf63b74480
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      SE/procesy5.php

+ 2 - 0
SE/procesy5.php

@@ -161,6 +161,7 @@ function lay_procesy_gora() {
 	<title><?php echo $title; ?></title>
 	<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/jquery-ui-smoothness/jquery-ui-1.10.4.custom.min.css" type="text/css">
 	<link rel="stylesheet" href="stuff/main.css" type="text/css" />
 	<style type="text/css">
 .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-plugins.js"></script>
 	<script src="stuff/bootstrap/js/bootstrap.min.js"></script>
+	<script src="stuff/jquery-ui-1.10.4.custom.min.js"></script>
 	<script>
 jQuery(document).ready(function(){
 	jQuery(".popover-with-html").popover({