fix display of chart options on channel page

This commit is contained in:
Lee Lawlor 2015-02-11 14:47:43 -05:00
parent ec4c978a5b
commit c7cdddf924
6 changed files with 6 additions and 4 deletions

View File

@ -258,8 +258,8 @@ var uiEditClick = function (channel_id) {
var uiViewClick = function (channel_id) {
return function() {
var x = $( this ).parents( ".portlet:first" ).find( ".portlet-content" ).offset().left;
var y = $( this ).parents( ".portlet:first" ).find( ".portlet-content" ).offset().top;
var x = $( this ).parents( ".portlet:first" ).offset().left;
var y = $( this ).parents( ".portlet:first" ).offset().top;
var id = $( this ).parents( ".portlet:first" ).attr("id").substring(8);
$("body").append('<div id="iframepopup'+id+'" style="display:none">' +

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long