Skip to content
Snippets Groups Projects
Commit 2795d2b7 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

countries: add comment

parent 3dbc5a72
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,6 @@ import("system.vars");
import("system.result");
var b64 = vars.get("$field.FLAG_RAW");//TODO !move flags from AB_COUNTRYINFO to binaries (asys_binaries for meta)
var dataUri = "data:image/svg+xml;base64," + b64;
var dataUri = "data:image/svg+xml;base64," + b64;//TODO: currently workaround to get SVGs running
result.string("URL:" + dataUri);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment