fix display of chart options on channel page
This commit is contained in:
parent
ec4c978a5b
commit
c7cdddf924
@ -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
BIN
public/assets/application-2fa1f01b48ec9e72eaa3ad5c1f134298.js.gz
Normal file
BIN
public/assets/application-2fa1f01b48ec9e72eaa3ad5c1f134298.js.gz
Normal file
Binary file not shown.
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
Loading…
Reference in New Issue
Block a user