Skip to content
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.

Commit

Permalink
fix closeable tab functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidgreen committed Nov 22, 2013
1 parent eef68e4 commit 192a9c4
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion build/src/uranium-pretty.js
Expand Up @@ -177,7 +177,7 @@
$(this["button"]).add(this["content"]).attr("data-ur-state", "disabled");
});
// If closeable (active tab can be toggled) then make sure it happens.
if (!open || !groups["closeable"]) {
if (!open || !group["closeable"]) {
$(tab["button"]).add(tab["content"]).attr("data-ur-state", "enabled");
}
});
Expand Down

0 comments on commit 192a9c4

Please sign in to comment.