|
|
@@ -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({
|