Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gem
capsuledb
Commits
f327a5bd
Commit
f327a5bd
authored
Feb 08, 2012
by
Bertrand NÉRON
Browse files
remove debug message
parent
e35f5c06
Changes
1
Show whitespace changes
Inline
Side-by-side
src/couchapp/secreton/templates/secretion_system.html
View file @
f327a5bd
...
...
@@ -159,7 +159,6 @@
var
curr_paper_width
=
$
(
"
#genes_schema
"
).
width
();
$
(
window
).
bind
(
"
resize
"
,
function
(
Evt
){
console
.
log
(
"
resize
"
);
var
gs
=
$
(
"
#genes_schema
"
)
var
new_width
=
gs
.
width
();
paper
.
setSize
(
gs
.
width
()
,
paper_h
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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