Changeset 10660


Ignore:
Timestamp:
05/09/15 23:16:17 (8 years ago)
Author:
theparasol
Message:
  • Tryfix show current channelname in text if no picon exists
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/webif/include/jscript.js

    r10569 r10660  
    12241224                // picon is not delivered in JSON - we set the text of column
    12251225                if (item.request.chname && item.request.srvid != '0000') {
    1226                     $(uid + " > td.statuscol13 > a").html(item.request.chprovider + item.request.chname);
     1226                    $(uid + " > td.statuscol13").html(item.request.chprovider + item.request.chname);
    12271227                } else {
    12281228                    $(uid + " > td.statuscol13").html('');
Note: See TracChangeset for help on using the changeset viewer.