Use double-quotes for setTimeout of UIxJSClose.wox

This commit is contained in:
Francis Lachapelle
2015-06-10 09:08:10 -04:00
parent a56dbeb6a9
commit e1ecf797f5
4 changed files with 11 additions and 11 deletions
+3 -4
View File
@@ -1,6 +1,6 @@
/*
Copyright (C) 2004-2005 SKYRIX Software AG
Copyright (C) 2005-2010 Inverse inc.
Copyright (C) 2005-2015 Inverse inc.
This file is part of SOGo
@@ -378,9 +378,8 @@ static Class SOGoContactGCSEntryK = Nil;
result = [self redirectToLocation: [self modulePath]];
else
{
jsRefreshMethod
= [NSString stringWithFormat: @"refreshContacts(\"%@\")",
[contact nameInContainer]];
jsRefreshMethod = [NSString stringWithFormat: @"refreshContacts('%@')",
[contact nameInContainer]];
result = [self jsCloseWithRefreshMethod: jsRefreshMethod];
}