We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a907ba3 + b99cedb commit 603a15fCopy full SHA for 603a15f
index.html
@@ -250,7 +250,7 @@ <h3>Options</h3>
250
<script src="lib/jquery-2.1.0.min.js"></script>
251
<script src="src/js/jquery.swipebox.js"></script>
252
<script type="text/javascript">
253
- ;( function( $ ) {
+ $( document ).ready(function() {
254
255
/* Basic Gallery */
256
$( '.swipebox' ).swipebox();
@@ -267,7 +267,7 @@ <h3>Options</h3>
267
] );
268
} );
269
270
- } )( jQuery );
+ });
271
</script>
272
</body>
273
0 commit comments