Merge pull request #544 from metamaps/fix/versioncode
quick fix to version code code
This commit is contained in:
commit
d2d67d5d6c
4 changed files with 52 additions and 52 deletions
|
@ -21,7 +21,7 @@ Metamaps.panningInt = null;
|
|||
Metamaps.tempNode = null;
|
||||
Metamaps.tempInit = false;
|
||||
Metamaps.tempNode2 = null;
|
||||
Metamaps.VERSION = '<%= VERSION %>'
|
||||
Metamaps.VERSION = '<%= METAMAPS_VERSION %>'
|
||||
|
||||
Metamaps.Settings = {
|
||||
embed: false, // indicates that the app is on a page that is optimized for embedding in iFrames on other web pages
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
<div id="rightAboutParms">
|
||||
<p>PRIVATE BETA</p>
|
||||
<p><%= VERSION %></p>
|
||||
<p><%= METAMAPS_VERSION %></p>
|
||||
<p>Mar 26, 2016</p>
|
||||
</div>
|
||||
<div class="clearfloat">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<!-- search box -->
|
||||
<div class="sidebarSearch">
|
||||
<input type="text" class="sidebarSearchField" placeholder="Search for topics, maps, and mappers..."></input>
|
||||
<input type="text" class="sidebarSearchField" placeholder="Search for topics, maps, and mappers..." />
|
||||
<div id="searchLoading"></div>
|
||||
<div class="sidebarSearchIcon"></div>
|
||||
<div class="clearfloat"></div>
|
||||
|
|
|
@ -1 +1 @@
|
|||
VERSION = '2.8.4'
|
||||
METAMAPS_VERSION = '2.8.5'
|
||||
|
|
Loading…
Reference in a new issue