luci-app-ddns: modified to support ddns-scripts 2.1.0-2
[project/luci.git] / applications / luci-ddns / luasrc / view / ddns / system_status.htm
index dcf06cc..db9d1d1 100644 (file)
@@ -10,7 +10,7 @@
                if ( !(tbl) ) { return; }
 
                // clear all rows
-               while (tbl.rows.length > 1) 
+               while (tbl.rows.length > 1)
                        tbl.deleteRow(1);
 
                // variable for Modulo-Division use to set cbi-rowstyle-? (0 or 1)
 
                if (tbl.rows.length == 1 || (data[0].enabled == 0 && tbl.rows.length == 2) ) {
                        var br = '<br />';
-                       if (tbl.rows.length > 1) 
+                       if (tbl.rows.length > 1)
                                br = '';
                        var tr = tbl.insertRow(-1);
                        tr.className = "cbi-section-table-row";