2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +00:00

fhemweb_fbcalllist.js: remove informid workaround as it is not neccessary anymore

git-svn-id: https://svn.fhem.de/fhem/trunk@9006 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch 2015-07-30 20:32:09 +00:00
parent b91fdfd9c9
commit 38a52db476

View File

@ -1,14 +1,5 @@
// $Id$
// WORKAROUND - should be removed if a more suitable solution is found
// remove all similar informid's in all parent elements to ensure further updates
$(function () {
$("div[arg=fbcalllist][informid]").each(function (index, obj) {
name = $(obj).attr("dev");
$(obj).parents("[informid="+name+"]").removeAttr("informid");
});
});
function FW_processCallListUpdate(data)
{
var table = $(this).find("table.fbcalllist").first();