Project

General

Profile

« Previous | Next » 

Revision 453ba039

Added by koszko about 2 years ago

add styling for popup page\n\nThis does not include styling for contents of the import dialog

View differences:

html/DOM_helpers.js
42 42
	    result_object[template_key] = element;
43 43

  
44 44
	element.removeAttribute("id");
45
	element.removeAttribute("template_key");
45
	element.removeAttribute("data-template");
46 46

  
47 47
	for (const child of element.children)
48 48
	    to_process.push(child);

Also available in: Unified diff