Skip to content

Commit 1e4c981

Browse files
committedFeb 11, 2013
Update blackbird.js
1 parent e7b3332 commit 1e4c981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎blackbird.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
body.appendChild( bbird );
180180
bbird.style.display = 'block';
181181
//added by Eonasdan/Jonathan Peterson to make dialog box draggable if jquery-ui is detected
182-
if (jQuery && jQuery.ui && jQuery.ui.version) {
182+
if (window.jQuery && jQuery.ui && jQuery.ui.version) {
183183
jQuery("#blackbird").draggable({ cancel: "div.main" });
184184
}
185185
}

0 commit comments

Comments
 (0)