Re: [Phpmyadmin-devel] Remember the last way user sorted tables

25 May
2011
25 May
'11
4:11 a.m.
Hi, On 25 Mei 2011, at 09:02, Aris Feryanto <aris_feryanto@yahoo.com> wrote:
On 24 Mei 2011, at 23:48, Tyron Madlener <tyronx@gmail.com> wrote:
There is a bug in commit 8f2a040f41f2cd03e359bcadeb8d9f24c23290fa (which seems related to the discussed table list here).
This added lines of js code in function.js throw "Uncaught TypeError: Cannot call method 'PMA_reloadRecentTable' of undefined" when you open a page in a new tab since there is no window.parent
Thanks, Tyron. I'll fix this in next commit. :)
Fixed in commit e98446c6c9f1098e7ffc147426dcb4bea0ac5b87 in my git repository [0].
+ $('#update_recent_tables').ready(function() { + window.parent.frame_navigation.PMA_reloadRecentTable(); + });
-- Aris Feryanto
5225
Age (days ago)
5225
Last active (days ago)
0 comments
1 participants
participants (1)
-
Aris Feryanto