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

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9006 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch
2015-07-30 20:32:09 +00:00
parent 1ac2b785d5
commit 18a2428ca7

View File

@@ -1,14 +1,5 @@
// $Id$ // $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) function FW_processCallListUpdate(data)
{ {
var table = $(this).find("table.fbcalllist").first(); var table = $(this).find("table.fbcalllist").first();