[Mediacontent] updated Mediacontent sources
authorPiotr Dabrowski <p.dabrowski2@samsung.com>
Tue, 17 Sep 2013 09:27:56 +0000 (11:27 +0200)
committerPiotr Dabrowski <p.dabrowski2@samsung.com>
Tue, 17 Sep 2013 09:27:56 +0000 (11:27 +0200)
Change-Id: Ieef1f5f4464fd0c1c84aa12bac228d467920a3ef

js/main.js

index 07fb934..27c6ad1 100755 (executable)
@@ -159,7 +159,7 @@ function showItemList() {
        var str = '', title, i, gMediaLen;
        try {
                title = gMediaFolders[gFolderId].title;
-               $("#items-title").html(gFolderId == null ? "All" : title.toString());
+               $("#items-title").text(gFolderId == null ? "All" : title.toString());
 
                gMediaLen = gMediaItems.length;
                for (i = 0; i < gMediaLen; i += 1) {