X-Git-Url: http://www.average.org/gitweb/?p=mkgallery.git;a=blobdiff_plain;f=include%2Fshow.js;h=52452329e72abf6892c54603a2bdc5943615ee45;hp=248dee6829f6d755a851ea387c5268e47dddc56e;hb=9e2f170c6e4ffb4f6ba758387c5689142615ecbd;hpb=283ceff6555c129d7e03f639aa8a3e158dd2e1ac diff --git a/include/show.js b/include/show.js index 248dee6..5245232 100644 --- a/include/show.js +++ b/include/show.js @@ -139,6 +139,7 @@ var Show = new Class({ this.options.cbStart(); this.isplaying = play; this.controls.running(this.isplaying); + this.updatecoords(); this.show(id); return false; /* to make it usable from href links */ },