[Rt-commit] r15923 - in rt/branches/3.999-DANGEROUS: share/web/static/js
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu Sep 11 08:44:50 EDT 2008
Author: sunnavy
Date: Thu Sep 11 08:44:50 2008
New Revision: 15923
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/share/web/static/js/titlebox-state.js
Log:
r16636 at sunnavys-mb: sunnavy | 2008-09-11 20:42:21 +0800
revert my changes to titlebox-state.js
Modified: rt/branches/3.999-DANGEROUS/share/web/static/js/titlebox-state.js
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/web/static/js/titlebox-state.js (original)
+++ rt/branches/3.999-DANGEROUS/share/web/static/js/titlebox-state.js Thu Sep 11 08:44:50 2008
@@ -1,3 +1,4 @@
+/*
%# BEGIN BPS TAGGED BLOCK {{{
%#
%# COPYRIGHT:
@@ -45,8 +46,9 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
+*/
function createCookie(name,value,days) {
- var path = "<%RT->config->get('WebPath')%>" ? "<%RT->config->get('WebPath')%>" : "/";
+ var path = RT.WebPath;
if (days) {
var date = new Date();
More information about the Rt-commit
mailing list