Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mamans86 committed Jul 22, 2020
1 parent ac0a343 commit 420a24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/jscripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ $format_replace = [
for (var i =0;i<$format_search.length;i++) {
$str = $str.replace($format_search[i], $format_replace[i]);
}
$("span#user-answer").html($str);
$("span#user-answer").html($str);

0 comments on commit 420a24f

Please sign in to comment.