Skip to content
Snippets Groups Projects
Commit 6581efd1 authored by Damien's avatar Damien
Browse files

[FEAT] #5233 remove footer

parent 52ed7e3e
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ mainApp.controller("visaCtrl", ["$scope", "$http", "$routeParams", "$interval", ...@@ -14,6 +14,7 @@ mainApp.controller("visaCtrl", ["$scope", "$http", "$routeParams", "$interval",
$j('#header').remove(); $j('#header').remove();
$j('#viewBasketsTitle').remove(); $j('#viewBasketsTitle').remove();
$j('#homePageWelcomeTitle').remove(); $j('#homePageWelcomeTitle').remove();
$j('#footer').remove();
$j('#container').width("98%"); $j('#container').width("98%");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment