Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
libre
marka
Commits
0fe700b0
Commit
0fe700b0
authored
Jan 28, 2016
by
Smari McCarthy
Browse files
Fix
parent
12316af2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
js/marka.js
js/marka.js
+1
-1
No files found.
js/marka.js
View file @
0fe700b0
...
...
@@ -104,7 +104,7 @@ Marka.prototype.doConversions = function() {
var
children
=
node
.
children
()
self
.
getValueInSetCurrency
(
res
.
number
,
res
.
symbol
,
function
(
value
,
converted
)
{
if
(
converted
)
{
node
.
text
(
value
.
toFixed
(
0
)
+
"
"
+
self
.
getCurrentCurrency
()
+
"
"
);
node
.
html
(
value
.
toFixed
(
0
)
+
"
"
+
self
.
getCurrentCurrency
()
+
"
"
);
}
else
{
node
.
text
(
node
.
data
(
"
original_value
"
))
}
...
...
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