Skip to content

Commit

Permalink
refs #1713 : bugfix - jquery.ui plugin updates.
Browse files Browse the repository at this point in the history
 - Also updates jquery-related components to latest ones.
  • Loading branch information
inureyes committed Dec 15, 2014
1 parent fe773da commit bf4e474
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 4,500 deletions.
2 changes: 1 addition & 1 deletion interface/owner/center/dashboard/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function findPlugin($item, $arrays)
if (isset($_REQUEST['edit'])) {
$editClass = "-edit";
?>
<script src="<?php echo $ctx->getProperty('service.path');?>/resources/script/jquery/jquery.ui.essentials.1.6.js" type="text/javascript"></script>
<script src="<?php echo $ctx->getProperty('service.path');?>/resources/script/jquery/jquery.ui.essentials.1.11.2.min.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
<?php echo "\tvar editMode = ".isset($_REQUEST['edit']).";\n";?>
Expand Down
Loading

0 comments on commit bf4e474

Please sign in to comment.