Skip to content
Snippets Groups Projects
Commit 9bf98fee authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT move <my-app> outside maarch v1

parent a584b70b
No related branches found
No related tags found
No related merge requests found
......@@ -208,10 +208,10 @@ if ($_REQUEST['page'] && empty($_REQUEST['triggerAngular'])) {
unset($_SESSION['HTTP_REFERER']);
header('location: '.$url);
}
$core->load_lang();
$core->load_html();
$core->load_header();
echo '<my-app></my-app>';
$time = $core->get_session_time_expire();
/**
......@@ -311,8 +311,6 @@ if ($_REQUEST['page'] && empty($_REQUEST['triggerAngular'])) {
$core->insert_page();
echo '<my-app></my-app>';
//FOOTER
echo '<p id="footer">';
if (isset($_SESSION['config']['showfooter']) && $_SESSION['config']['showfooter'] == 'true') {
......
......@@ -41,6 +41,7 @@ export class AppComponent {
}
/*REMOVE AFTER FULL MAARCH V2*/
$j('#maarch_content').remove();
$j('#loadingAngularContent').remove();
$j('#header').remove();
$j('#inner_content').remove();
......
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