1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Fix for [Object] problem with certain designs

This commit is contained in:
Hillel Coren 2016-07-13 21:10:43 +03:00
parent 92043afb9c
commit f472950ed0
2 changed files with 0 additions and 4 deletions

View File

@ -31773,8 +31773,6 @@ NINJA.processItem = function(item, section) {
NINJA.parseMarkdownText = function(val, groupText)
{
val = val + "\n";
var rules = [
['\\\*\\\*(\\\w.+?)\\\*\\\*', {'bold': true}], // **value**
['\\\*(\\\w.+?)\\\*', {'italics': true}], // *value*

View File

@ -737,8 +737,6 @@ NINJA.processItem = function(item, section) {
NINJA.parseMarkdownText = function(val, groupText)
{
val = val + "\n";
var rules = [
['\\\*\\\*(\\\w.+?)\\\*\\\*', {'bold': true}], // **value**
['\\\*(\\\w.+?)\\\*', {'italics': true}], // *value*