1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-19 00:36:18 +02:00

tweaking the js popup

This commit is contained in:
CaMer0n
2012-06-09 04:45:36 +00:00
parent ba5e801326
commit 4e22a75edd
3 changed files with 28 additions and 9 deletions

View File

@@ -214,9 +214,20 @@ $(document).ready(function()
iframe:true,
width:"60%",
height:"70%",
speed:100
speed:10,
opacity: 0.7
});
$(".e-dialog-close").live("click", function(){
parent.$.colorbox.close()
});
/*
$("a.e-dialog").live('click',function() {
var link = $(this).attr("href");