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

add activity log feature

This commit is contained in:
Luke Pulverenti 2014-08-10 18:13:17 -04:00
parent 4ca20d409b
commit 69682bd717
13 changed files with 367 additions and 119 deletions

View file

@ -396,7 +396,7 @@ var Dashboard = {
var html = '<div data-role="popup" class="confirmFlyout" style="max-width:500px;" data-theme="a">';
html += '<div class="ui-bar-a" style="text-align:center;">';
html += '<h3>' + title + '</h3>';
html += '<h3 style="padding: 0 1em;">' + title + '</h3>';
html += '</div>';
html += '<div style="padding: 1em;">';
@ -1262,7 +1262,6 @@ $(function () {
$(document).on('contextmenu', '.ui-popup-screen', function (e) {
document.title = '1';
$('.ui-popup').popup('close');
e.preventDefault();