Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
gem
capsuledb
Commits
f327a5bd
Commit
f327a5bd
authored
Feb 08, 2012
by
Bertrand NÉRON
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove debug message
parent
e35f5c06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/couchapp/secreton/templates/secretion_system.html
src/couchapp/secreton/templates/secretion_system.html
+0
-1
No files found.
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
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