Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Belgian Biodiversity Platform
yeti
Commits
9bd5f944
Commit
9bd5f944
authored
Aug 02, 2012
by
Julien Cigar
Browse files
Merge branch 'master' of
ssh://home.bebif.be/usr/local/repos/git/yeti
parents
14ac312a
7438c9e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
core.js
View file @
9bd5f944
...
...
@@ -546,7 +546,7 @@
new_cls
=
new_cls
.
replace
(
values
[
i
],
'
'
);
}
elem
.
className
=
Yeti
.
Str
.
trim
(
new_cls
.
replace
(
/
\s{2,}
/g
,
'
'
)
)
elem
.
className
=
new_cls
.
replace
(
/
\s{2,}
/g
,
'
'
)
.
trim
();
}
}
...
...
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