mirror of
https://github.com/fergalmoran/dss.git
synced 2026-02-08 09:03:58 +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
@@ -81,7 +81,7 @@
|
||||
</div>
|
||||
<script src="/js/settings/"></script>
|
||||
|
||||
<script src="{{ STATIC_URL }}js/libs/jquery.min.js"></script>
|
||||
<script src="{{ STATIC_URL }}js/libs/jquery.js"></script>
|
||||
<script src="http://fergalmoran.github.com/cdn/js/jquery.form.min.js"></script>
|
||||
<script src="{{ STATIC_URL }}js/libs/jquery.cookie.js"></script>
|
||||
<script src="{{ STATIC_URL }}js/app/chat.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user