Removed unnessessary console output
This commit is contained in:
parent
ffc2c51458
commit
28b27e8916
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ Dialog {
|
||||||
"a:link { color: " + Theme.primaryColor + "; }\n" +
|
"a:link { color: " + Theme.primaryColor + "; }\n" +
|
||||||
"li.tasklist { font-size:large; margin-bottom: " + Theme.paddingMedium + "px; margin-top: " + Theme.paddingMedium + "px; }\n" +
|
"li.tasklist { font-size:large; margin-bottom: " + Theme.paddingMedium + "px; margin-top: " + Theme.paddingMedium + "px; }\n" +
|
||||||
"table { border-color: " + Theme.secondaryColor + "; }</style>" + convertedText
|
"table { border-color: " + Theme.secondaryColor + "; }</style>" + convertedText
|
||||||
console.log(contentLabel.text)
|
//console.log(contentLabel.text)
|
||||||
}
|
}
|
||||||
|
|
||||||
SilicaFlickable {
|
SilicaFlickable {
|
||||||
|
@ -114,7 +114,7 @@ Dialog {
|
||||||
linkColor: Theme.primaryColor
|
linkColor: Theme.primaryColor
|
||||||
defaultLinkActions: false
|
defaultLinkActions: false
|
||||||
onLinkActivated: {
|
onLinkActivated: {
|
||||||
console.log(link)
|
//console.log(link)
|
||||||
var occurence = -1
|
var occurence = -1
|
||||||
var newContent = note.content
|
var newContent = note.content
|
||||||
if (/^tasklist:checkbox_(\d+)$/m.test(link)) {
|
if (/^tasklist:checkbox_(\d+)$/m.test(link)) {
|
||||||
|
|
Loading…
Reference in a new issue