Skip to content

Commit

Permalink
refs #1725 : modified - master-compatible grammar.
Browse files Browse the repository at this point in the history
 -
  • Loading branch information
inureyes committed Jan 6, 2015
1 parent 19c4d5d commit 84a8261
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions interface/common/owner/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,9 @@
?>
//]]>
</script>
<script type="text/javascript" src="<?php echo $service['path'];?>/resources/script/byTextcube.js"></script>
<script type="text/javascript" src="<?php echo $service['path'];?>/resources/script/jquery/jquery-<?php echo JQUERY_VERSION;?>.js"></script>
<script type="text/javascript" src="<?php echo $context->getProperty('service.path');?>/resources/script/jquery/jquery.bpopup-<?php echo JQUERY_BPOPUP_VERSION;?>.js"></script>
<script type="text/javascript" src="<?php echo $context->getProperty('service.path');?>/resources/script/byTextcube.js"></script>
<script type="text/javascript" src="<?php echo $context->getProperty('service.path');?>/resources/script/jquery/jquery-<?php echo JQUERY_VERSION;?>.js"></script>
<script type="text/javascript" src="<?php echo $context->getProperty('service.path');?>/resources/script/jquery/jquery.bpopup-<?php echo JQUERY_BPOPUP_VERSION;?>.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
<script type="text/javascript" src="<?php echo $context->getProperty('service.path');?>/resources/script/EAF4.js"></script>
<script type="text/javascript" src="<?php echo $context->getProperty('service.path');?>/resources/script/common2.js"></script>
Expand Down

0 comments on commit 84a8261

Please sign in to comment.