From 28b7b9031c884b04eead47fbfb5926cdc363389c Mon Sep 17 00:00:00 2001 From: Ashutosh Dhundhara Date: Wed, 2 Apr 2014 15:59:08 +0530 Subject: Browser local storage support for Favorite tables feature. Signed-off-by: Ashutosh Dhundhara Fixed sync anchor location. Signed-off-by: Ashutosh Dhundhara --- index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index 2f1cd8efb4..b106ff3885 100644 --- a/index.php +++ b/index.php @@ -117,6 +117,8 @@ if ($server > 0) { } echo '
' . "\n"; +// Anchor for favorite tables synchronization. +echo PMA_RecentFavoriteTable::getInstance('favorite')->_getHtmlSyncFavoriteTables(); echo '
'; if ($server > 0 || count($cfg['Servers']) > 1 ) { -- cgit v1.2.3