[Mediacontent] updated Mediacontent sources
authorPiotr Dabrowski <p.dabrowski2@samsung.com>
Fri, 4 Oct 2013 07:47:21 +0000 (09:47 +0200)
committerPiotr Dabrowski <p.dabrowski2@samsung.com>
Fri, 4 Oct 2013 07:47:21 +0000 (09:47 +0200)
Change-Id: Idbb71eca74fb81f742d03d010bdb3328dab67cc6

js/main.js

index c152946..4e14c88 100755 (executable)
@@ -50,7 +50,7 @@ $(document).delegate("#main", "pageinit", function() {
 });
 
 $(document).delegate("#items", "pageinit", function() {
-       $("#items").bind("pagebeforeshow", showItemList);
+       $("#items").bind("pageshow", showItemList);
 
        $("#items-list input").bind("change", function() {
                if ($(this).prop("checked") == true) {