mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-06 08:54:12 +00:00
Fixed bug with me page.
This commit is contained in:
@@ -38,7 +38,10 @@ window.UserView = Backbone.View.extend({
|
||||
);
|
||||
});
|
||||
$("#div_avatar_image", this.el).hide();
|
||||
$('#' + this.model.get('avatar_type'), this.el).attr('checked', 'checked');
|
||||
var avatarType = this.model.get('avatar_type');
|
||||
if (!com.podnoms.utils.isEmpty(avatarType))
|
||||
$('#' + this.model.get('avatar_type'), this.el).attr('checked', 'checked');
|
||||
|
||||
//console.clear();
|
||||
return this;
|
||||
},
|
||||
|
||||
9440
static/js/libs/jquery.js
vendored
Normal file
9440
static/js/libs/jquery.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
4
static/js/libs/jquery.min.js
vendored
4
static/js/libs/jquery.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user