break preview swf cache
This commit is contained in:
parent
7a16f0b81d
commit
d5c3c7216f
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ Preview = new function Preview() {
|
||||||
this.embed = function (id) {
|
this.embed = function (id) {
|
||||||
swf_id = id;
|
swf_id = id;
|
||||||
swfobject.embedSWF(
|
swfobject.embedSWF(
|
||||||
impressUrl('/assets/swf/preview.swf'), // URL
|
impressUrl('/assets/swf/preview.swf?v=2'), // URL
|
||||||
id, // ID
|
id, // ID
|
||||||
'100%', // width
|
'100%', // width
|
||||||
'100%', // height
|
'100%', // height
|
||||||
|
|
Loading…
Reference in a new issue