Skip to content
Snippets Groups Projects
Commit a909873f authored by Dan Nepejchal's avatar Dan Nepejchal
Browse files

Fix accordion + minifying js

parent 833e15b2
No related branches found
No related tags found
No related merge requests found
......@@ -483,6 +483,5 @@ background: -webkit-linear-gradient(top, #f6f6f6 1%,#ffffff 100%); /* Chrome10-2
background: linear-gradient(to bottom, #f6f6f6 1%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */}
//@import 'qm';
@import 'addon';
@import 'responsive';
......@@ -4,8 +4,12 @@ $(document).ready(function()
{
// only small screens
$('.zdroje .item').click(function(e) {
var el = $(this).find('div.hide');
$('.zdroje .item a').click(function(e) {
var el = $(this).parent().find('div.hide');
if(el.is(':hidden')) el.slideDown(); else el.slideUp();
});
$('.zdroje .item h3 a').click(function(e) {
var el = $(this).parent().parent().find('div.hide');
if(el.is(':hidden')) el.slideDown(); else el.slideUp();
});
......@@ -178,6 +182,7 @@ $(document).ready(function()
});
// SCROLL UP
/*
$(document).ready(function(){
var bt = '';
if(lang == 'cz') bt = 'Nahoru';
......@@ -191,6 +196,7 @@ $(document).ready(function(){
});
});
*/
// LAZY LOADING
$(document).ready(function()
{
......
$(document).ready(function(){$(".zdroje .item a").click(function(e){var el=$(this).parent().find("div.hide");if(el.is(":hidden"))el.slideDown();else el.slideUp()});$(".zdroje .item h3 a").click(function(e){var el=$(this).parent().parent().find("div.hide");if(el.is(":hidden"))el.slideDown();else el.slideUp()})});$(window).scroll(function(){var scrolled=$(window).scrollTop();$(".parallax").each(function(index,element){var initY=$(this).offset().top;var height=$(this).height();var endY=initY+$(this).height();var visible=isInViewport(this);if(visible){var diff=scrolled-initY;var ratio=Math.round(diff/height*100);$(this).css("background-position","left "+parseInt(-(ratio*1.5))+"px")}})});$(window).on("load",function(){var pos=location.href.lastIndexOf("#");if(pos>0){var aid=location.href.substring(pos+1);if(aid&&aid.length!==0){var ael=$("#"+aid);$("body").animate({scrollTop:ael.offset().top-80},"slow");$("#"+aid+" a.readmore").trigger("click")}}$("#qm0 ul a").click(function(e){var url=$(this).attr("href");var view=url.substr(url.lastIndexOf("/")+1);view=view.split("#")[0];var thisview=location.pathname.substr(location.pathname.lastIndexOf("/")+1);thisview=thisview.split("#")[0];if(view.indexOf(thisview)>0)e.preventDefault();var aid=url.substring(url.indexOf("#")+1);if(aid&&aid.length!==0){var ael=$("#"+aid);$("body").animate({scrollTop:ael.offset().top-80},"slow");$("#"+aid+" a.readmore").trigger("click")}});$("#anchorlist a").click(function(e){e.preventDefault();var aid=$(this).attr("href");var ael=$(aid);$("body").animate({scrollTop:ael.offset().top-80},"slow")})});$(document).ready(function(){if($(window).width()<=700){$(".head_menu .topmenu li a").each(function(){var oldUrl=$(this).attr("href");var newUrl=oldUrl+"#content";$(this).attr("href",newUrl)})}});$(document).ready(function(){$("#kontakt label").on("click",function(){$(this).animate({top:"0.5em",fontSize:"75%"},300,"swing")});$("#kontakt input:text, #kontakt textarea").on("focusout",function(){if($(this).val()=="")$(this).prev().animate({top:"2.5em",fontSize:"90%"},300,"swing")}).on("click",function(){$(this).prev().animate({top:"0.5em",fontSize:"75%"},300,"swing")})});var scr=0;$(window).scroll(function(){if($(this).scrollTop()>250&&$(window).width()>100){if(scr==0){$("#sticky_menu").addClass("sticky");$("#sticky_menu").css("top","-65px");scr=1;$("#sticky_menu").stop().animate({top:"0px"},400,"easeOutCirc",function(){$("#sticky_menu").removeAttr("style")})}else $("#sticky_menu").addClass("sticky")}else{$("#sticky_menu").removeClass("sticky");scr=0}});function getNavigation(){$(".navi").each(function(){var scrollto=$(this);var html=$.parseHTML('<a href="javascript:void(0)" class="alink">'+$(this).children(":first").text()+"</a>");$("#navigation").append(html);$(html).click(function(){$("body").animate({scrollTop:scrollto.offset().top-80},"slow")})})}$(document).ready(function(){$("#historie a.readmore, #history a.readmore").click(function(event){event.preventDefault();var el=$(this).prev();var img=$(this).parent().find("img");var h=el.prop("scrollHeight");var hei=""+h+"px";if(el.height()>53){el.animate({height:"53px"},500);if(lang=="cz")$(this).text("Podrobnosti");if(lang=="en")$(this).text("Read more")}else{el.animate({height:hei},500);if(lang=="cz")$(this).text("Zavřít");if(lang=="en")$(this).text("Close")}});$("#aktuality-all a.readmore").click(function(event){event.preventDefault();var el=$(this).prev();var h=el.prop("scrollHeight");var hei=""+h+"px";if(el.height()>54){el.animate({height:"54px"},500);$(this).toggleClass("readmore readmoreup");if(lang=="cz")$(this).text("Více");if(lang=="en")$(this).text("Read more")}else{el.animate({height:hei},500);$(this).toggleClass("readmore readmoreup");if(lang=="cz")$(this).text("Zavřít");if(lang=="en")$(this).text("Close")}})});$(document).ready(function(){$("#statisticke-udaje").Lazy({beforeLoad:function(element){$(".statsLeft").hide();$(".middle").hide();$(".statsRight").hide()},statsLoader:function(element,response){var number=0;var target=$(".js_counter").text();var counter=setInterval(function(){console.log(target);$(".js_counter").text(number);if(number>=target)clearInterval(counter);number++},50);setTimeout(function(){$(".statsLeft").show("slide",1200);$(".middle").show("fade",1500);$(".statsRight").show("slide",{direction:"right"},1200);response(true)},100)}});$("#galerie_cont").Lazy()});$(window).on("load",function(){var pos=location.href.lastIndexOf("#");if(pos>0){var aid=location.href.substring(pos+1);if(aid&&aid.length!==0){var ael=$("#"+aid);$("body").animate({scrollTop:ael.offset().top-80},"slow");$("#"+aid+" a.readmore").trigger("click")}}$("#qm0 ul a, .mainmenu a").click(function(e){var url=$(this).attr("href");var view=url.substr(url.lastIndexOf("/")+1);view=view.split("#")[0];var thisview=location.pathname.substr(location.pathname.lastIndexOf("/")+1);thisview=thisview.split("#")[0];if(view.indexOf(thisview)>0)e.preventDefault();var aid=url.substring(url.indexOf("#")+1);if(aid&&aid.length!==0){var ael=$("#"+aid);$("body").animate({scrollTop:ael.offset().top-80},"slow");$("#"+aid+" a.readmore").trigger("click")}});$("#anchorlist a").click(function(e){e.preventDefault();var aid=$(this).attr("href");var ael=$(aid);$("body").animate({scrollTop:ael.offset().top-80},"slow")})});
function validate(){var notice="";if(!$("#souhlas").is(":checked")){if(lang==null){notice="Musíte potvrdit souhlas se zpracováním osobních údajů!"}else{switch(lang){case"cz":notice="Musíte potvrdit souhlas se zpracováním osobních údajů!";break;case"en":notice="You must agree with processing of your personal data!";break;case"de":notice="Sie müssen der Verarbeitung Ihrer persönlichen Daten zustimmen!";break;default:notice="Musíte potvrdit souhlas se zpracováním osobních údajů!";break}}$("#souhlas").focus()}if(notice!=""){alert(notice);return false}else return true}$(document).ready(function(){$("#mob_menu_open").click(function(){var x=$(this);$(this).addClass("rotate");$(this).animate({opacity:0},250);$("#mob_menu_close").removeClass("hide").addClass("rotate_back").animate({opacity:1},150);setTimeout(function(){x.addClass("hide").removeClass("rotate").css("opacity",1)},250);$(".head_menu").animate({right:"-5%"},500)});$("#mob_menu_close").click(function(){var x=$(this);$(this).removeClass("rotate_back");$(this).animate({opacity:0},250);$("#mob_menu_open").removeClass("hide").removeClass("rotate").animate({opacity:1},250);setTimeout(function(){x.addClass("hide").removeClass("rotate_back").css("opacity",1)},250);$(".head_menu").animate({right:"-110%"},500)})});function popup(id){var popupBox=$(id);$(popupBox).fadeIn(300);var popMargTop=($(popupBox).height()+24)/2;var popMargLeft=($(popupBox).width()+24)/2;$(popupBox).css({"margin-top":-popMargTop,"margin-left":-popMargLeft});$("body").append('<div id="mask"></div>');$("#mask").fadeIn(300);return false}function popup_cart(){$("#cart_content").fadeIn(300);return false}$(function(){$(document.body).on("click","#mask",function(){$("#mask , .popup").fadeOut(300,function(){$("#mask").remove()});return false});$(document.body).on("click","#intro",function(){$("#mask , .popup").fadeOut(300,function(){$("#mask").remove()});return false});$(document.body).on("click","a.close",function(){$("#mask , .popup").fadeOut(300,function(){$("#mask").remove()});return false});$(document.body).on("click","a.cart_close",function(){$("#cart_content").fadeOut(300,function(){});return false})});function toggleContent(name,n){var i,t="",el=document.getElementById(name);if(!el.origCont)el.origCont=el.innerHTML;for(i=0;i<n;i++)t+=el.origCont;el.innerHTML=t}function makeSafe(kde){var co=new Array("- "," ","+",",","á","ä","č","ď","ň","é","ě","í","ĺ","ľ","Ł","ó","ô","ő","ö","ŕ","š","ť","ú","ů","ű","ü","ý","ř","ž","Á","Ä","Č","Ď","É","Ě","Í","Ĺ","Ľ","Ň","Ó","Ô","Ł","Ö","Ŕ","Ř","Š","Ť","Ú","Ů","Ű","Ü","Ý","Ł","Ž");var cim=new Array("","-","-","","a","a","c","d","n","e","e","i","l","l","n","o","o","o","o","r","s","t","u","u","u","u","y","r","z","a","a","c","d","e","e","i","l","l","n","o","o","o","o","r","r","s","t","u","u","u","u","y","r","z");var safe=str_replace(co,cim,kde);safe=safe.toLowerCase();safe=safe.trim();return safe}function str_replace(search,replace,subject,count){var i=0,j=0,temp="",repl="",sl=0,fl=0,f=[].concat(search),r=[].concat(replace),s=subject,ra=r instanceof Array,sa=s instanceof Array;s=[].concat(s);if(count){this.window[count]=0}for(i=0,sl=s.length;i<sl;i++){if(s[i]===""){continue}for(j=0,fl=f.length;j<fl;j++){temp=s[i]+"";repl=ra?r[j]!==undefined?r[j]:"":r[0];s[i]=temp.split(f[j]).join(repl);if(count&&s[i]!==temp){this.window[count]+=(temp.length-s[i].length)/f[j].length}}}return sa?s:s[0]}function closeAllExcept(e){var menu=document.getElementById("menu");var lis=menu.getElementsByTagName("li");var isLong="";for(i=0;i<lis.length;i++){if(lis[i]!=e){if(lis[i].className.search(/long/)>-1)isLong=" long";if(lis[i].className.search(/open/)>-1)lis[i].className="close"+isLong;if(lis[i].className.search("open")>-1)alert(lis[i].id)}}}function closeAll(){var menu=document.getElementById("menu");var lis=menu.getElementsByTagName("li");var isLong="";for(i=0;i<lis.length;i++){if(lis[i].className.search(/long/)>0)isLong=" long";if(lis[i].className.search(/open/)>0)lis[i].className="close"+isLong}document.cookie="menu=0; expires=Fri, 27 Jul 2001 02:47:11 UTC; path=/"}function menu_switch(e,ev){if(e.nodeName=="LI"){var d=new Date;d.setTime(d.getTime()+15*60*1e3);var trida;var ext="";trida=e.className;arr=trida.split(" ");trida=arr[0];for(i=1;i<arr.length;i++){ext+=" "+arr[i]}if(window.event){ev.cancelBubble=true}else{ev.stopPropagation()}if(trida=="close"||trida=="open"){e.className=trida=="open"?"close"+ext:"open"+ext;if(trida=="close"){document.cookie="menu="+e.id+"; expires="+d.toUTCString()+"; path=/"}else document.cookie="menu="+e.id+"; expires=Fri, 27 Jul 2001 02:47:11 UTC; path=/";closeAllExcept(e);return false}}else return true}function readCookie(name){var nameEQ=name+"=";var ca=document.cookie.split(";");for(var i=0;i<ca.length;i++){var c=ca[i];while(c.charAt(0)==" ")c=c.substring(1,c.length);if(c.indexOf(nameEQ)==0)return c.substring(nameEQ.length,c.length)}return null}function setCookie(name,val,hours){var d=new Date;d.setTime(d.getTime()+hours*60*1e3);if(hours)document.cookie=name+"="+val+"; expires="+d.toUTCString()+"; path=/";else document.cookie=name+"="+val+"; expires=Fri, 27 Jul 2001 02:47:11 UTC; path=/";return false}function onBlur(el){if(el.value==""){el.value=el.defaultValue}}function onFocus(el){if(el.value==el.defaultValue){el.value=""}}function isInViewport(node){var rect=node.getBoundingClientRect();return(rect.height>0||rect.width>0)&&rect.bottom>=0&&rect.right>=0&&rect.top<=(window.innerHeight||document.documentElement.clientHeight)&&rect.left<=(window.innerWidth||document.documentElement.clientWidth)}function send_xmlhttprequest(state_change,method,url,content,headers){var xmlhttp=XMLHttpRequest?new XMLHttpRequest:ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):false;if(!xmlhttp){return false}xmlhttp.open(method,url);xmlhttp.onreadystatechange=function(){state_change(xmlhttp)};if(headers){for(var key in headers){xmlhttp.setRequestHeader(key,headers[key])}}xmlhttp.send(content);return true}
......@@ -30,8 +30,8 @@
<script type="text/javascript" src="{% static 'green_deal/js/jquery.min.js' %}"></script>
<script type="text/javascript" src="{% static 'green_deal/js/jquery.lazy.min.js' %}"></script>
<script type="text/javascript" src="{% static 'green_deal/js/swipe-detect.js' %}"></script>
<script src="{% static 'green_deal/js/main.js' %}" type="text/javascript"></script>
<script src="{% static 'green_deal/js/fx.js' %}" type="text/javascript" async></script>
<script src="{% static 'green_deal/js/main.min.js' %}" type="text/javascript"></script>
<script src="{% static 'green_deal/js/fx.min.js' %}" type="text/javascript" async></script>
<!-- VEGAS -->
<link rel="stylesheet" href="{% static 'green_deal/vendor/css/vegas.min.css' %}" type="text/css"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment