diff options
Diffstat (limited to 'html/import_frame.html')
-rw-r--r-- | html/import_frame.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/import_frame.html b/html/import_frame.html index c86c3de..0511e6c 100644 --- a/html/import_frame.html +++ b/html/import_frame.html @@ -1,10 +1,10 @@ -<div style="display: none;"> - <li id="import_li_template"> +<template> + <li id="import_li"> <span></span> <input type="checkbox" style="display: inline;" checked></input> <span></span> </li> -</div> +</template> <h2> Settings import </h2> <input id="import_loading_radio" type="radio" name="import_window_content" class="show_next"></input> <span> Loading... </span> |