diff options
author | Wojtek Kosior <koszko@koszko.org> | 2021-08-27 18:01:34 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2021-08-27 18:01:34 +0200 |
commit | 826b4fd80a288f13841b6f6d56cc38e2f43bbc03 (patch) | |
tree | 1b28d79d88817b19ca4cf6a229cfee9143531dc3 /html/import_frame.html | |
parent | 53891495d6f6b901da3058b1227d326313d922e9 (diff) | |
download | browser-extension-826b4fd80a288f13841b6f6d56cc38e2f43bbc03.tar.gz browser-extension-826b4fd80a288f13841b6f6d56cc38e2f43bbc03.zip |
start using `<template>' tag
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> |