fix not working tail popup

This commit is contained in:
Ralf Becker 2016-06-18 10:15:04 +02:00
parent 416e02c305
commit 4cbe7dffa3

View File

@ -15,8 +15,6 @@ jQuery(function()
{
"use strict";
var that = this;
var log_tail_start=0;
var filename = jQuery('pre[id^="log"]');
if (typeof filename !='undefined' && filename.length > 0)
@ -47,7 +45,7 @@ jQuery(function()
}
else
{
jQuery("#download_log").show().attr("title",this.egw.lang('Size')+_data.size);
jQuery("#download_log").show().attr("title", egw(window).lang('Size')+_data.size);
}
if (_data.writable === false)
{