Skip to content

Commit

Permalink
refs #1725 : bugfix - modal worked only with flash clipboard poter
Browse files Browse the repository at this point in the history
 -
  • Loading branch information
inureyes committed Dec 17, 2014
1 parent 529855d commit a1f0a16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions interface/common/owner/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +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">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 Expand Up @@ -389,6 +390,7 @@
?>
</head>
<body id="body-<?php echo $blogMenu['topMenu'];?>">
<div id="tcDialog" style="display:none;"></div>
<div id="temp-wrap">
<div id="all-wrap">
<div id="layout-header">
Expand Down
4 changes: 3 additions & 1 deletion library/view/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,11 @@ function getUpperView() {
//]]>
</script>
</div>
<div id="tcDialog" style="display:none;"></div>
<?php
}
?>
<div id="tcDialog" style="display:none;"></div>
<?php
$view = ob_get_contents();
ob_end_clean();
return $view;
Expand Down

0 comments on commit a1f0a16

Please sign in to comment.