From 61b056a72be7cf7705be1bd61331c87318bc365b Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Fri, 9 Jan 2009 15:42:26 +0000 Subject: [PATCH] add Id SVN keyword git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/doxygen/wxwidgets.js | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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 ""; } -- 2.45.2