diff --git a/docs/doxygen/wxwidgets.js b/docs/doxygen/wxwidgets.js index b8586601f3..7b02c0aae6 100644 --- a/docs/doxygen/wxwidgets.js +++ b/docs/doxygen/wxwidgets.js @@ -1,3 +1,11 @@ +/***************************************************************************** + ** Name: wxwidgets.js + ** Purpose: The wxWidgets documentation javascript + ** Author: Doxygen team + ** RCS-ID: $Id$ + ** Licence: wxWindows license + *****************************************************************************/ + // from w3schools function getCookie(c_name) { @@ -5,12 +13,12 @@ function getCookie(c_name) { c_start=document.cookie.indexOf(c_name + "="); if (c_start!=-1) - { - c_start=c_start + c_name.length+1; + { + c_start=c_start + c_name.length+1; c_end=document.cookie.indexOf(";",c_start); if (c_end==-1) c_end=document.cookie.length; return unescape(document.cookie.substring(c_start,c_end)); - } + } } return ""; }