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:
@@ -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");
|
||||
|
Reference in New Issue
Block a user