Skip to content
Snippets Groups Projects
Commit 69f4a655 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

V0.6: Prevent JS from being appended to the raw export files

parent 3a5c4830
No related branches found
No related tags found
No related merge requests found
BASE=eurecap
PLUGINTYPE=vmextended
VERSION=0.5
VERSION=0.6
PLUGINFILES=$(BASE).php $(BASE).script.php $(BASE).xml index.html
# $(BASE)/
......
......@@ -68,6 +68,7 @@ class VirtuemartControllerEuRecap extends VmController {
$document = JFactory::getDocument();
$viewType = $document->getType();
$view = $this->getView($viewName, $viewType);
$view->writeJs = false;
$view->setLayout($layout);
$this->display();
......
......@@ -7,7 +7,7 @@
<authorUrl>http://www.open-tools.net/</authorUrl>
<copyright>Copyright (C) 2015 Reinhold Kainhofer. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3</license>
<version>0.5</version>
<version>0.6</version>
<releaseDate>2016-01-01</releaseDate>
<releaseType>Update</releaseType>
<downloadUrl>http://www.open-tools.net</downloadUrl>
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment