2014-02-09 18:54:45 -05:00
|
|
|
<%#
|
|
|
|
# @file
|
|
|
|
# this code generates the list of icons that will drop down in the metacode select list on the topic card
|
|
|
|
#%>
|
|
|
|
|
2017-01-28 17:16:39 -05:00
|
|
|
<script>
|
|
|
|
Metamaps.ServerData = Metamaps.ServerData || {}
|
|
|
|
Metamaps.ServerData.metacodeSets = <%= raw metacode_sets_json %>
|
|
|
|
</script>
|