Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bootstro.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ $(document).ready(function(){
{
//get the element with data-bootstro-step=i
//or otherwise the the natural order of the set
if ($elements.filter("[data-bootstro-step=" + i +"]").size() > 0)
if ($elements.filter("[data-bootstro-step=" + i +"]").length > 0)
return $elements.filter("[data-bootstro-step=" + i +"]");
else
{
Expand Down Expand Up @@ -317,7 +317,7 @@ $(document).ready(function(){
selector = selector || '.bootstro';

$elements = $(selector);
count = $elements.size();
count = $elements.length;
if (count > 0 && $('div.bootstro-backdrop').length === 0)
{
// Prevents multiple copies
Expand Down
1 change: 0 additions & 1 deletion bootstro.min.css

This file was deleted.

1 change: 0 additions & 1 deletion bootstro.min.js

This file was deleted.