1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix duplicate day name issue

This commit is contained in:
Luke Pulverenti 2013-12-26 21:23:57 -05:00
parent b24a74b9eb
commit 92c1a9acb0
4 changed files with 52 additions and 18 deletions

View file

@ -116,8 +116,10 @@
changeCollectionType: function () {
Dashboard.alert("To change the collection type, please remove and rebuild the collection with the new type.");
Dashboard.alert({
message: "To change the collection type, please remove and rebuild the collection with the new type.",
title: "Change Collection Type"
});
},
getVirtualFolderHtml: function (virtualFolder, isCollapsed, index) {