Skip to content

Commit

Permalink
Removing the Transition for Expand/Collapse Within the Admin Panel
Browse files Browse the repository at this point in the history
  • Loading branch information
jptksc committed Aug 12, 2013
1 parent a3a1989 commit ce34172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dropplets/tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@

$(".dp-toggle").click(function(){
var myelement = $(this).attr("href")
$(myelement).toggle(100);
$(this).next('button.dp-button-submit').toggle(100);
$(myelement).toggle();
$(this).next('button.dp-button-submit').toggle();
return false;
});

Expand Down

0 comments on commit ce34172

Please sign in to comment.