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

added chromecast boilerplate

This commit is contained in:
Luke Pulverenti 2014-02-23 00:52:30 -05:00
parent e5420945f5
commit 3d0e125dd3
17 changed files with 422 additions and 97 deletions

View file

@ -209,7 +209,7 @@
html += '</select>';
html += '<p>';
html += '<button type="submit" data-theme="b" data-icon="ok">OK</button>';
html += '<button type="submit" data-theme="b" data-icon="check">OK</button>';
html += '<button type="button" data-icon="delete" onclick="$(this).parents(\'.popup\').popup(\'close\');">Cancel</button>';
html += '</p>';
html += '</form>';