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
799207b0
Commit
799207b0
authored
Jan 28, 2016
by
Smari McCarthy
Browse files
Fixing null condition
parent
0fe700b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
js/marka.js
js/marka.js
+3
-0
No files found.
js/marka.js
View file @
799207b0
...
...
@@ -94,6 +94,9 @@ Marka.prototype.match = function() {
Marka
.
prototype
.
doConversions
=
function
()
{
var
self
=
this
;
if
(
this
.
getCurrentCurrency
()
==
""
||
this
.
getCurrentCurrency
()
==
null
)
{
return
;
}
$
(
"
.marka
"
).
each
(
function
(
index
,
value
)
{
var
text
=
$
(
value
).
data
(
"
original_value
"
);
var
res
=
self
.
splitSymbols
(
text
);
...
...
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