mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
logic cleanup
This commit is contained in:
parent
0e53d1ee86
commit
61903665df
@ -548,7 +548,9 @@ $(function() {
|
||||
this.clearText.html(
|
||||
converter.makeHtml(this.clearText.html())
|
||||
);
|
||||
this.clearText.removeClass('hidden');
|
||||
}
|
||||
this.prettyMessage.addClass('hidden');
|
||||
break;
|
||||
case 'syntaxhighlighting':
|
||||
if (typeof prettyPrint == 'function') prettyPrint();
|
||||
@ -556,16 +558,8 @@ $(function() {
|
||||
// Convert URLs to clickable links.
|
||||
helper.urls2links(this.clearText);
|
||||
helper.urls2links(this.prettyPrint);
|
||||
}
|
||||
if (format == 'markdown')
|
||||
{
|
||||
this.clearText.removeClass('hidden');
|
||||
this.prettyMessage.addClass('hidden');
|
||||
}
|
||||
else
|
||||
{
|
||||
this.clearText.addClass('hidden');
|
||||
this.prettyMessage.removeClass('hidden');
|
||||
this.clearText.addClass('hidden');
|
||||
this.prettyMessage.removeClass('hidden');
|
||||
}
|
||||
if (format == 'plaintext') this.prettyPrint.removeClass('prettyprint');
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user