Updated : jQuery to latest
Added : Migrate plugin for backward compatibility
This commit is contained in:
parent
83a2f8b9de
commit
6589e9dcac
5 changed files with 10 additions and 17 deletions
|
@ -22,7 +22,7 @@ if(isset($_POST['delete_selected'])) //HACK : delete_selected in place of dele
|
||||||
{
|
{
|
||||||
|
|
||||||
$total = count($_POST['check_photo']); //HACK Add count
|
$total = count($_POST['check_photo']); //HACK Add count
|
||||||
for($i=0;$i<$total;$i++)g
|
for($i=0;$i<$total;$i++)
|
||||||
{
|
{
|
||||||
$cbphoto->delete_photo($_POST['check_photo'][$i],true); //HACK : Add true
|
$cbphoto->delete_photo($_POST['check_photo'][$i],true); //HACK : Add true
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
***************************************************************
|
***************************************************************
|
||||||
| Copyright (c) 2007-2010 Clip-Bucket.com. All rights reserved.
|
| Copyright (c) 2007-2010 Clip-Bucket.com. All rights reserved.
|
||||||
| @ Author : ArslanHassan
|
| @ Author : ArslanHassan
|
||||||
| @ Software : ClipBucket , © PHPBucket.com
|
| @ Software : ClipBucket , <EFBFBD> PHPBucket.com
|
||||||
****************************************************************
|
****************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
20
upload/js/jquery.js
vendored
20
upload/js/jquery.js
vendored
File diff suppressed because one or more lines are too long
2
upload/js/jquery.migrate.js
Normal file
2
upload/js/jquery.migrate.js
Normal file
File diff suppressed because one or more lines are too long
|
@ -12,6 +12,7 @@ var imageurl = '{$imageurl}';
|
||||||
</script>
|
</script>
|
||||||
{else}
|
{else}
|
||||||
<script type="text/javascript" src="{$js}/jquery.js"></script>
|
<script type="text/javascript" src="{$js}/jquery.js"></script>
|
||||||
|
<script type="text/javascript" src="{$js}/jquery.migrate.js"></script>
|
||||||
<script type="text/javascript" src="{$js}/ui/jquery-ui.js"></script>
|
<script type="text/javascript" src="{$js}/ui/jquery-ui.js"></script>
|
||||||
{/if}
|
{/if}
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
Loading…
Add table
Reference in a new issue