Upgrade JQuery to version 1.10.1 and JQuery-UI to version 1.10.3
@ -40,7 +40,7 @@ echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Capitalisation']
|
||||
echo $this->partial('identite/fiche-item.phtml', $this->logo);
|
||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['NumRC']);
|
||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['AutreId']);
|
||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['NumRM']);
|
||||
//echo $this->partial('identite/fiche-item.phtml', $this->dBlock['NumRM']);
|
||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Actif']);
|
||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['SituationJuridique']);
|
||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['AutreSiren']);
|
||||
|
@ -67,12 +67,12 @@ class Application_Controller_Plugin_Theme extends Zend_Controller_Plugin_Abstrac
|
||||
->appendStylesheet('/libs/ui-1.9.2/themes/smoothness/jquery-ui.css', 'all');
|
||||
} else {
|
||||
$view->headLink()
|
||||
->appendStylesheet('/libs/ui-1.10.2/themes/smoothness/jquery-ui.min.css', 'all');
|
||||
->appendStylesheet('/libs/ui-1.10.3/themes/smoothness/jquery-ui.min.css', 'all');
|
||||
}
|
||||
$view->headLink()->appendStylesheet('/libs/qtip/jquery.qtip.css', 'all');
|
||||
|
||||
$view->headScript()
|
||||
->appendFile('/libs/jquery/jquery-1.9.1.min.js', 'text/javascript');
|
||||
->appendFile('/libs/jquery/jquery-1.10.1.min.js', 'text/javascript');
|
||||
|
||||
//===> JavaScript
|
||||
if ($isIE6) {
|
||||
@ -83,8 +83,8 @@ class Application_Controller_Plugin_Theme extends Zend_Controller_Plugin_Abstrac
|
||||
->appendFile('/libs/ui-1.9.2/jquery-ui-i18n.min.js', 'text/javascript');
|
||||
} else {
|
||||
$view->headScript()
|
||||
->appendFile('/libs/ui-1.10.2/jquery-ui.min.js', 'text/javascript')
|
||||
->appendFile('/libs/ui-1.10.2/jquery-ui-i18n.min.js', 'text/javascript');
|
||||
->appendFile('/libs/ui-1.10.3/jquery-ui.min.js', 'text/javascript')
|
||||
->appendFile('/libs/ui-1.10.3/jquery-ui-i18n.min.js', 'text/javascript');
|
||||
}
|
||||
$view->headScript()
|
||||
->appendFile('/libs/qtip/jquery.qtip.js', 'text/javascript')
|
||||
|
6
public/libs/jquery/jquery-1.10.1.min.js
vendored
Normal file
2
public/libs/jquery/jquery-1.8.3.min.js
vendored
6
public/libs/ui-1.10.3/jquery-ui-i18n.min.js
vendored
Normal file
12
public/libs/ui-1.10.3/jquery-ui.min.js
vendored
Normal file
BIN
public/libs/ui-1.10.3/themes/base/images/animated-overlay.gif
Normal file
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 180 B |
After Width: | Height: | Size: 178 B |
After Width: | Height: | Size: 120 B |
After Width: | Height: | Size: 105 B |
After Width: | Height: | Size: 111 B |
After Width: | Height: | Size: 110 B |
After Width: | Height: | Size: 119 B |
After Width: | Height: | Size: 101 B |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 4.3 KiB |
4
public/libs/ui-1.10.3/themes/base/jquery-ui.min.css
vendored
Normal file
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 212 B |
After Width: | Height: | Size: 208 B |
After Width: | Height: | Size: 335 B |
After Width: | Height: | Size: 207 B |
After Width: | Height: | Size: 262 B |
After Width: | Height: | Size: 262 B |
After Width: | Height: | Size: 332 B |
After Width: | Height: | Size: 280 B |
After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 4.4 KiB |
5
public/libs/ui-1.10.3/themes/smoothness/jquery-ui.min.css
vendored
Normal file
@ -3,7 +3,7 @@ $(document).ready(function(){
|
||||
$('img.flag').on('click', function() {
|
||||
var url = window.location.href;
|
||||
$.post('/user/lang', {lang: $(this).attr('id')}, function(data){
|
||||
window.location.href = url;
|
||||
window.location.href = url;
|
||||
});
|
||||
});
|
||||
|
||||
|