Commit 8416b4f2ed1a5e1e66b7eba6274106430923526e

Authored by AntonioTerceiro
1 parent 2f0df53b

ActionItem70: adding a default value for timeout



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@510 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
public/javascripts/menu.js
1 function prepareMenu(id, options) { 1 function prepareMenu(id, options) {
2 2
3 - var menuCloseTimeout = options.timeout; 3 + var menuCloseTimeout = options.timeout || 333;
4 4
5 if ( document.all ) { 5 if ( document.all ) {
6 // add a class for work arround msie´s css bugs 6 // add a class for work arround msie´s css bugs