metamaps--metamaps/views/shared/_metacodeoptions.html.erb
Connor Turland 36a58e4bf3 remove stuff
2018-02-15 13:47:28 -05:00

9 lines
267 B
Text

<%#
# @file
# this code generates the list of icons that will drop down in the metacode select list on the topic card
#%>
<script>
Metamaps.ServerData = Metamaps.ServerData || {}
Metamaps.ServerData.metacodeSets = <%= raw metacode_sets_json %>
</script>