[FileManager] updated FileManager sources
authorPiotr Dabrowski <p.dabrowski2@samsung.com>
Tue, 9 Jul 2013 11:48:47 +0000 (13:48 +0200)
committerPiotr Dabrowski <p.dabrowski2@samsung.com>
Tue, 9 Jul 2013 11:48:47 +0000 (13:48 +0200)
Change-Id: I7d8d2b6c93ef6d3458f381d1f95ddbcc23a1acd1

js/app.ui.js

index b82be5f..c4b323e 100644 (file)
@@ -129,6 +129,10 @@ function Ui() {
                                }
                        });
 
+                       $(window).resize( function () {
+                               $.mobile.activePage.page('refresh')
+                       });
+
                        // touch events for all nodes
                        $('ul#fileList')
                                .on('tap', 'li.levelUp', function () {