/* © 2008-2012 BLAU - Mechanik */
$(document).ready(function(){$("a.external").click(function(){window.open(this.href);return false});$("a#print").click(function(){window.print();return false});$("a#cache-clear").click(function(){$.ajax({url:"/system/cache/clear/format/html",type:"GET",cache:false,complete:function(request,textStatus){},success:function(data,textStatus){$("#ZFDebug_debug span.cache-tab").html(data);$("#ZFDebug_debug div.cache-data").html("")},error:function(request,textStatus,errorThrown){}});return false});$("a#session-clear").click(function(){$.ajax({url:"/system/session/clear/format/html",type:"GET",cache:false,complete:function(request,textStatus){},success:function(data,textStatus){$("#ZFDebug_debug span.session-tab").html(data);$("#ZFDebug_debug div.session-data").html("")},error:function(request,textStatus,errorThrown){}});return false});$("a#timers-clear").click(function(){$.ajax({url:"/?ZFDEBUG_RESET",type:"GET",cache:false,complete:function(request,textStatus){},success:function(data,textStatus){$("div#ZFDebug_timers").html("")},error:function(request,textStatus,errorThrown){}});return false})})
