* replaced 'colorbox' with 'modal' in zui.

This commit is contained in:
Catouse
2014-04-08 13:55:05 +08:00
parent 0a4b2c07f1
commit d425b767a6
36 changed files with 146 additions and 82 deletions
+1 -2
View File
@@ -11,7 +11,6 @@
*/
?>
<?php include '../../common/view/header.lite.html.php';?>
<?php include '../../common/view/colorbox.html.php';?>
<script>
function setDownloading()
{
@@ -26,7 +25,7 @@ function closeWindow()
{
if($.cookie('downloading') == 1)
{
parent.$.fn.colorbox.close();
parent.$.closeModal();
$.cookie('downloading', null);
clearInterval(time);
}