Skip to content

Commit

Permalink
fix #641
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Feb 27, 2015
1 parent b14810a commit 0521432
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 11 deletions.
2 changes: 0 additions & 2 deletions lhc_web/design/defaulttheme/tpl/pagelayouts/chattabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
</div>
</div>


<script type="text/javascript" language="javascript" src="<?php echo erLhcoreClassDesign::designJS('js/app.js');?>"></script>
<?php if (!isset($Result['disable_angular'])) : ?>
<script type="text/javascript" language="javascript" src="<?php echo erLhcoreClassDesign::designJS('js/angular.min.js;js/angular.lhc.js');?>"></script>
<?php endif;?>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div>
</div>

<script type="text/javascript" language="javascript" src="<?php echo erLhcoreClassDesign::designJS('js/app.js;js/angular.min.js;js/angular.lhc.js');?>"></script>
<script type="text/javascript" language="javascript" src="<?php echo erLhcoreClassDesign::designJS('js/angular.min.js;js/angular.lhc.js');?>"></script>

<?php if (erConfigClassLhConfig::getInstance()->getSetting( 'site', 'debug_output' ) == true) {
$debug = ezcDebug::getInstance();
Expand Down
1 change: 0 additions & 1 deletion lhc_web/design/defaulttheme/tpl/pagelayouts/cobrowse.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<body>

<?php echo $Result['content']; ?>
<script type="text/javascript" language="javascript" src="<?php echo erLhcoreClassDesign::designJS('js/app.js');?>"></script>

<?php if (erConfigClassLhConfig::getInstance()->getSetting( 'site', 'debug_output' ) == true) {
$debug = ezcDebug::getInstance();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@
<p><a href="<?php if (isset($Result['theme']) !== false && $Result['theme']->widget_copyright_url != '') : ?><?php echo htmlspecialchars($Result['theme']->widget_copyright_url) ?><?php else : ?><?php echo erLhcoreClassModelChatConfig::fetch('customer_site_url')->current_value?><?php endif;?>" target="_blank"><?php if (isset($Result['theme'])) : ?><?php echo htmlspecialchars($Result['theme']->name)?><?php else : ?><?php echo htmlspecialchars(erLhcoreClassModelChatConfig::fetch('customer_company_name')->current_value)?><?php endif;?></a></p>
</div>
</div>
</div>

<script type="text/javascript" language="javascript" src="<?php echo erLhcoreClassDesign::designJS('js/app.js');?>"></script>
</div>
2 changes: 0 additions & 2 deletions lhc_web/design/defaulttheme/tpl/pagelayouts/popup.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
</div>
</div>

<script type="text/javascript" language="javascript" src="<?php echo erLhcoreClassDesign::designJS('js/app.js');?>"></script>

<?php if (erConfigClassLhConfig::getInstance()->getSetting( 'site', 'debug_output' ) == true) {
$debug = ezcDebug::getInstance();
echo $debug->generateOutput();
Expand Down
2 changes: 0 additions & 2 deletions lhc_web/design/defaulttheme/tpl/pagelayouts/widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
</div>
</div>


<script type="text/javascript" language="javascript" src="<?php echo erLhcoreClassDesign::designJS('js/app.js');?>"></script>
<?php if (isset($Result['dynamic_height'])) : ?>
<script>
var wasFocused = false;
Expand Down

0 comments on commit 0521432

Please sign in to comment.