purl bug fix

This commit is contained in:
Tyler Renelle
2012-07-11 20:07:54 -04:00
parent ccbd28726d
commit 2fa58da27e
2 changed files with 2 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ getRoom = function(page, model, userId) {
ready(function(model) {
var endOfDayTally, expModifier, hpModifier, poormanscron, setupSortable, step, tour, type, updateStats, _i, _j, _len, _len1, _ref1, _ref2;
model.set('_purl', window.location.href + model.get('_user.id'));
model.set('_purl', window.location.origin + '/' + model.get('_user.id'));
$('[rel=popover]').popover();
model.on('set', '*', function() {
return $('[rel=popover]').popover();