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
piks3l
Respect My Net
Commits
4fba0bf3
Commit
4fba0bf3
authored
Nov 04, 2011
by
stef
Browse files
[fix] removed console.log
parent
4757318f
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/list.html
View file @
4fba0bf3
...
...
@@ -24,7 +24,6 @@
var
data
=
{{
countries
|
safe
}};
for
(
key
in
data
)
{
$
(
'
#
'
+
key
+
'
path
'
).
css
(
'
fill
'
,
data
[
key
]);
console
.
log
((
$
(
'
#
'
+
key
+
'
path
'
),
data
[
key
]));
}
$
(
"
#sortedlist
"
).
tablesorter
({
headers
:
{
7
:
{
sorter
:
false
},},
...
...
@@ -37,7 +36,6 @@
if
(
email
.
length
>
0
)
{
$
.
ajax
({
url
:
'
/confirm/
'
+
$
(
this
).
attr
(
'
id
'
)
+
'
/
'
+
email
,
success
:
function
(
data
)
{
$
(
self
).
html
(
data
);
}});
}
else
{
console
.
log
(
$
(
this
).
find
(
'
[type=submit]
'
));
$
(
this
).
find
(
'
[type=text]
'
).
focus
();
}
return
false
;
...
...
Write
Preview
Supports
Markdown
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