Project

General

Profile

« Previous | Next » 

Revision 826b4fd8

Added by koszko about 2 years ago

start using `' tag

View differences:

html/import_frame.js
9 9
 * IMPORTS_START
10 10
 * IMPORT get_remote_storage
11 11
 * IMPORT by_id
12
 * IMPORT get_template
12 13
 * IMPORT nice_name
13 14
 * IMPORT make_once
14 15
 * IMPORTS_END
......
16 17

  
17 18
let storage;
18 19

  
19
const import_li_template = by_id("import_li_template");
20
const import_li_template = get_template("import_li");
20 21
import_li_template.removeAttribute("id");
21 22

  
22 23
function import_li_id(prefix, item)

Also available in: Unified diff