Wrong bool passed on the "No" action
This commit is contained in:
parent
15844c9f0c
commit
7af43e256c
@ -71,7 +71,7 @@
|
|||||||
, Dand.wrap( "span", null, "comp flsf", no )
|
, Dand.wrap( "span", null, "comp flsf", no )
|
||||||
);
|
);
|
||||||
|
|
||||||
_no.onclick = this.close;
|
_no.onclick = function(){ _self.close( false ) };
|
||||||
}
|
}
|
||||||
|
|
||||||
// set handler
|
// set handler
|
||||||
|
Loading…
Reference in New Issue
Block a user