// Change to dashboard layout

This commit is contained in:
tDidierjean
2012-01-19 13:42:41 +00:00
parent 3a7325c75e
commit 3953ebfe66
2 changed files with 9 additions and 10 deletions
@@ -115,7 +115,6 @@ $(document).ready(function() {
<div class="clear">&nbsp;</div>
<script type="text/javascript">
$(document).ready(function() {
if ({$refresh_check_version})
{
$('#blockNewVersionCheck').hide();
@@ -177,7 +176,7 @@ $(document).ready(function() {
$('#discover_prestashop').fadeOut('slow', function() {
if (json.discover_prestashop != 'NOK')
$('#discover_prestashop').html(json.discover_prestashop);
$('#discover_prestashop').replaceWith(json.discover_prestashop);
else
$('#discover_prestashop').html('');
$('#discover_prestashop').fadeIn('slow');