mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
made saving consistent
This commit is contained in:
parent
dcea852799
commit
a6767f5cbc
10 changed files with 121 additions and 118 deletions
|
@ -21,10 +21,13 @@
|
|||
<label>Disable internet providers for:</label>
|
||||
<div id="divItemTypes"></div>
|
||||
</li>
|
||||
<li style="display: none;">
|
||||
<button class="btnSubmit" type="submit" data-theme="b">
|
||||
<li>
|
||||
<button type="submit" data-theme="b" data-icon="ok">
|
||||
Save
|
||||
</button>
|
||||
<button type="button" onclick="Dashboard.navigate('dashboard.html');" data-icon="delete">
|
||||
Cancel
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue