Skip to content

Commit

Permalink
Fix issue with buttons not enabling back
Browse files Browse the repository at this point in the history
  • Loading branch information
trentrichardson committed Mar 12, 2015
1 parent d83b2d6 commit 832249a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dist/jquery-impromptu.js
Expand Up @@ -785,7 +785,8 @@

$state.slideDown(jqiopts.promptspeed,function(){
var $t = $(this);

t.enableStateButtons();

// if focus is a selector, find it, else its button index
if(typeof(stateobj.focus) === 'string'){
$t.find(stateobj.focus).eq(0).focus();
Expand Down

0 comments on commit 832249a

Please sign in to comment.