[Ovirt-devel] [PATCH] added tallen's confirmation dialog styling changes. I've replaced all of the confirm("foo") javascript confirmation popups with the facebox-based design.

Jason Guiditta jguiditt at redhat.com
Mon Jul 21 21:01:22 UTC 2008


For consistency, unless it breaks for some reason (didn't when I tried
it out), everything that looks like this:
> +    jQuery(document).trigger('close.facebox');

should instead be:

+ $(document).trigger('close.facebox');

Aside from that, ACK, works fine for me.

-j




More information about the ovirt-devel mailing list