Browse Source

Remove namespace option from the demo.

pull/10/merge
Viljami S 13 years ago
parent
commit
d7ddac2293
  1. 3
      example/index.html

3
example/index.html

@ -19,8 +19,7 @@
$("#slides2").responsiveSlides({
fade: 300,
auto: false,
maxwidth: 540,
namespace: 'anotherslideshow'
maxwidth: 540
});
});

Loading…
Cancel
Save