Skip to content

Commit

Permalink
Fix glyphicon display for generic-lookup
Browse files Browse the repository at this point in the history
Fix #214
  • Loading branch information
andrewyager authored and xrmx committed Sep 15, 2015
1 parent 351dd4a commit 34ad224
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ TODO 2: Don't presume the object id field's name attribute is `object_id`
.parents('select:first');
var $objectIdField = $('[name=object_id]');
var $lookupBox = $('<a>')
.append('<i class="icon-th-list" style="margin-left: 6px"></i>')
.append('<i class="glyphicon glyphicon-th-list" style="margin-left: 6px"></i>')
.attr({
id: 'lookup_' + $objectIdField.attr('id'),
title: gettext('Browse')
Expand Down

0 comments on commit 34ad224

Please sign in to comment.