Skip to content

Commit

Permalink
refs #1725 : bugfix - typo -_-;
Browse files Browse the repository at this point in the history
 -
  • Loading branch information
inureyes committed Dec 17, 2014
1 parent a1f0a16 commit c11c9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/common/owner/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@
</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/jquery/jquery.bpopup-<?php echo JQUERY_BPOPUP_VERSION;?>.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
<script type="text/javascript" src="<?php echo $service['path'];?>/resources/script/EAF4.js"></script>
<script type="text/javascript" src="<?php echo $service['path'];?>/resources/script/common2.js"></script>
Expand Down

0 comments on commit c11c9de

Please sign in to comment.