[IMP] website snippet: auto hide snippet top bar when the user click outside

bzr revid: chm@openerp.com-20140108145046-dz4iuuve0daz7hwg
This commit is contained in:
Christophe Matthieu 2014-01-08 15:50:46 +01:00
parent d5bcb3b947
commit 01cae7cf52
1 changed files with 3 additions and 0 deletions

View File

@ -126,6 +126,9 @@
self.make_active(false);
self.$el.toggleClass("hidden");
});
$("#wrapwrap").click(function () {
self.$el.addClass("hidden");
});
this.fetch_snippet_templates();