mirror of
https://github.com/KevinMidboe/Node-Com-Handler.git
synced 2025-10-29 17:50:27 +00:00
Needed to do some small fixes for new request response from plex. Look in plexSearch.py for TODO
This commit is contained in:
@@ -8,13 +8,10 @@
|
||||
<input type='text' id='link_id'>
|
||||
<input type='button' id='btnSearch' value='Search' onClick="search(this)"'>
|
||||
|
||||
<div class="onoffswitch">
|
||||
<input type="checkbox" name="onoffswitch" class="onoffswitch-checkbox" id="myonoffswitch" value="movies" onClick="toggle(this)" checked>
|
||||
<label class="onoffswitch-label" for="myonoffswitch">
|
||||
<span class="onoffswitch-inner"></span>
|
||||
<span class="onoffswitch-switch"></span>
|
||||
</label>
|
||||
</div>
|
||||
<label class="switch">
|
||||
<input type="checkbox">
|
||||
<div class="slider square"></div>
|
||||
</label>
|
||||
|
||||
<p id="display"></p>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user