mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
temporary fix on _purl, using $().val() instead of view binding
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user