24 lines
1.2 KiB
Text
24 lines
1.2 KiB
Text
/* global Metamaps */
|
|
|
|
/*
|
|
* Metamaps.Erb.js.erb
|
|
*/
|
|
|
|
/* erb variables from rails */
|
|
window.Metamaps = window.Metamaps || {}
|
|
Metamaps.Erb = {}
|
|
Metamaps.Erb['REALTIME_SERVER'] = '<%= ENV['REALTIME_SERVER'] %>'
|
|
Metamaps.Erb['RAILS_ENV'] = '<%= ENV['RAILS_ENV'] %>'
|
|
Metamaps.Erb['junto_spinner_darkgrey.gif'] = '<%= asset_path('junto_spinner_darkgrey.gif') %>'
|
|
Metamaps.Erb['user.png'] = '<%= asset_path('user.png') %>'
|
|
Metamaps.Erb['icons/wildcard.png'] = '<%= asset_path('icons/wildcard.png') %>'
|
|
Metamaps.Erb['topic_description_signifier.png'] = '<%= asset_path('topic_description_signifier.png') %>'
|
|
Metamaps.Erb['topic_link_signifier.png'] = '<%= asset_path('topic_link_signifier.png') %>'
|
|
Metamaps.Erb['synapse16.png'] = '<%= asset_path('synapse16.png') %>'
|
|
Metamaps.Erb['import-example.png'] = '<%= asset_path('import-example.png') %>'
|
|
Metamaps.Erb['sounds/MM_sounds.mp3'] = '<%= asset_path 'sounds/MM_sounds.mp3' %>'
|
|
Metamaps.Erb['sounds/MM_sounds.ogg'] = '<%= asset_path 'sounds/MM_sounds.ogg' %>'
|
|
Metamaps.Metacodes = <%= Metacode.all.to_json.gsub(%r[(icon.*?)(\"},)], '\1?purple=stupid\2').html_safe %>
|
|
Metamaps.VERSION = '<%= METAMAPS_VERSION %>'
|
|
Metamaps.BUILD = '<%= METAMAPS_BUILD %>'
|
|
Metamaps.LAST_UPDATED = '<%= METAMAPS_LAST_UPDATED %>'
|