Skip to content
Snippets Groups Projects
Commit 9b876041 authored by efalcy's avatar efalcy
Browse files

Correction jquery appele 2 fois dans version mobile

parent dd8f2495
Branches
Tags
No related merge requests found
......@@ -21,6 +21,6 @@
class Telephone_IndexController extends ZendAfi_Controller_Action {
public function indexAction() {
parent::init();
}
}
\ No newline at end of file
......@@ -11,9 +11,8 @@
<meta content="3 days" name="revisit-after"/>
<?php
/*
$head_scripts = Class_ScriptLoader::newInstance()
->loadJQuery()
->addInlineScript('
$(document).bind("mobileinit", function(){
$.extend( $.mobile , {
......@@ -25,7 +24,7 @@ $(document).bind("mobileinit", function(){
->addPhoneScript('global')
->addStyleSheet(BASE_URL.'/public/opac/mobile/css/global')
->addSkinStyleSheet('mobile');
*/
if ($this->profil->hasHeaderCss())
$head_scripts->addStyleSheet($this->profil->getHeaderCss());
......
<?php echo $this->toolbar("Accueil",false,false); ?>
<?php echo $this->toolbar("Accueil"); ?>
<div data-role="content">
<?php
$contenu_divisions = $this->portail(array('modules' => $this->profil->getBoitesDivision(1)));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment