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

View File

@@ -74,7 +74,7 @@ get('/:uidParam?', function(page, model, _arg) {
ready(function(model) {
var poormanscron, setupSortable, step, tour, type, _i, _j, _len, _len1, _ref1, _ref2;
model.set('_purl', window.location.origin + '/' + model.get('_userId'));
$('#purl-link').val(window.location.toString() + model.get('_userId'));
$('[rel=popover]').popover();
model.on('set', '*', function() {
return $('[rel=popover]').popover();