Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
8fedc37e
Commit
8fedc37e
authored
Aug 21, 2007
by
Nigel McNie
Browse files
i18n-ise a string I missed
parent
f2e47e57
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/js/friends.js
View file @
8fedc37e
...
...
@@ -78,7 +78,7 @@ function friendRequestWithMessage(id, link, type, tableRenderer) {
sendjsonrequest
(
'
index.json.php
'
,
pd
,
'
POST
'
,
function
()
{
tableRenderer
.
doupdate
();
});
});
var
cancelButton
=
INPUT
({
'
type
'
:
'
submit
'
,
'
class
'
:
'
submit
'
,
'
value
'
:
'
C
ancel
'
});
var
cancelButton
=
INPUT
({
'
type
'
:
'
submit
'
,
'
class
'
:
'
submit
'
,
'
value
'
:
get_string
(
'
c
ancel
'
)
});
connect
(
cancelButton
,
'
onclick
'
,
function
(
e
)
{
toggleElementClass
(
'
hidden
'
,
'
dc
'
+
id
+
'
_
'
+
type
);
e
.
stop
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment