Remove call to bxSlider

1.10.x
Angel Fernando Quiroz Campos 11 years ago
parent 9b466842a1
commit 2871a0516c
  1. 13
      index.php

@ -26,19 +26,6 @@ if (!api_is_anonymous()) {
$header_title = " ";
}
$htmlHeadXtra[] ='
<script type="text/javascript">
$(document).ready(function(){
$("#slider").bxSlider({
infiniteLoop : true,
auto : true,
pager : true,
autoHover : true,
pause : 10000
});
});
</script>';
$controller = new IndexManager($header_title);
//Actions

Loading…
Cancel
Save