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:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user