Skip to content

Commit

Permalink
fix ajax-modal to work with updated row
Browse files Browse the repository at this point in the history
 * fix bug 962029

Change-Id: Id006df4d1b959bab6045d9b092c39d08c8dd94a4
  • Loading branch information
andycjw committed Mar 22, 2012
1 parent 479ebdc commit 60f71c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horizon/static/horizon/js/modals.js
Expand Up @@ -87,7 +87,7 @@ horizon.addInitFunction(function() {
$(this).css('top', scrollShift + parseInt(topVal, 10));
});

$('.ajax-modal').click(function (evt) {
$('.ajax-modal').live('click', function (evt) {
var $this = $(this);
$.ajax($this.attr('href'), {
error: function(jqXHR, status, errorThrown) {
Expand Down

0 comments on commit 60f71c5

Please sign in to comment.