update icons

This commit is contained in:
Luke Pulverenti 2015-06-18 14:29:44 -04:00
parent 7343772338
commit 22bb6a4963
44 changed files with 392 additions and 421 deletions

View file

@ -233,7 +233,7 @@
Velocity.animate(elem, { "left": "100%" },
{
complete: function () {
$('.viewMenuSearch').addClass('hide');
$('.viewMenuSearch').visible(false);
}
});
});