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

update jqm

This commit is contained in:
Luke Pulverenti 2015-09-01 00:15:10 -04:00
parent 55c36e3507
commit 6c549ec80b
23 changed files with 1793 additions and 1806 deletions

View file

@ -6,6 +6,13 @@
self.show = function (options) {
require(['jqmpopup'], function () {
self.showInternal(options);
});
};
self.showInternal = function (options) {
options = options || {};
options.header = options.header || Globalize.translate('HeaderRateAndReview');