mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
rework transitions
This commit is contained in:
@@ -274,7 +274,7 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
}
|
||||
var mainFile = File.ReadAllText(GetDashboardResourcePath("index.html"));
|
||||
|
||||
html = ReplaceFirst(mainFile, "<div class=\"mainAnimatedPage hide\"></div>", "<div class=\"mainAnimatedPage hide\">" + html + "</div>");
|
||||
html = ReplaceFirst(mainFile, "<div class=\"mainAnimatedPages skinBody\"></div>", "<div class=\"mainAnimatedPages skinBody hide\">" + html + "</div>");
|
||||
}
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(localizationCulture))
|
||||
|
||||
Reference in New Issue
Block a user