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