Revision cb2bec3d templates/base.html

b/templates/base.html
11 11
<link rel="stylesheet" type="text/css" href="/static/css/smoothness/jquery-ui-1.8.13.custom.css">
12 12
<script type="text/javascript" src="/static/js/jquery-ui-1.8.12.custom.min.js"></script>
13 13
<script type="text/javascript" src="/static/js/jquery.tooltip.min.js"></script>
14
<script type="text/javascript" src="/static/js/jquery.cookie.js"></script>
14 15
<script type="text/javascript">
15 16

  
16 17
  	function setlang(lang){
......
18 19
		$("#langform").submit();
19 20
	}
20 21

  
21
//function highlight(elemId){
22
//    var elem = $(elemId);
23
//    elem.css("background-color", "#ffffbb");
24
//    setTimeout(function() { $(elemId).animate({ backgroundColor: "white" }, 2000)}, 1500);
25
//}
26
//
27
//   
28
//$(document).ready( function(){
29
//	if (document.location.hash) {
30
//	    highlight(document.location.hash);
31
//	}
32
//	$('a[href*=#]').click(function(){
33
//	    var elemId = '#' + $(this).attr('href').split('#')[1];
34
//	    highlight(elemId);
35
//	});
36
//});
37

  
38 22
</script>
39 23
{% block extrahead %}{% endblock %}
40 24
</head>

Also available in: Unified diff