temporary fix on _purl, using $().val() instead of view binding

This commit is contained in:
Tyler Renelle
2012-08-23 22:54:09 -04:00
parent 8dfa4a862b
commit e4524e0958
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
<p>Authentication isn't yet available (<a href="https://github.com/lefnire/habitrpg#how-do-i-log-in--save-my-data">follow progress here</a>),<br/>
In the meantime a persistent URL can be used accross <br/>
browsers to access your data. Bookmark the following URL.</p>
<input type=text class=input-xlarge value="{_purl}" onClick="$(this).select();"/>
<input id="purl-link" type=text class=input-xlarge value="" />
</div>
</div>
<!--<% if current_user %>-->