summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-26 17:39:42 +0300
committerAndrew Dolgov <[email protected]>2017-02-26 17:39:42 +0300
commit7c123353b57cb96d84fb7a6b311b0df1e56fa035 (patch)
treeeb9b9d4f622f4c37235045539d40c88289a57690 /index.php
parent6f11b1d2856359aaca5f7ecc27eec8f27e6d8ce6 (diff)
do not process all dropdowns when offline status changes
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 53a01b5..e7ecb17 100644
--- a/index.php
+++ b/index.php
@@ -159,7 +159,7 @@
$cover_read = $is_read ? "read" : "";
- print "<div class='col-xs-6 col-sm-3 col-md-2 index_cell'>";
+ print "<div class='col-xs-6 col-sm-3 col-md-2 index_cell' id=\"cell-".$line["id"]."\">";
print "<div class=\"thumb $cover_read\">";
if ($read_link) print "<a href=\"$read_link\">";