forked from 0x2620/pandora
cleanup, remove trailing whitespace
This commit is contained in:
parent
c6f11433f9
commit
51e9e72f32
34 changed files with 63 additions and 72 deletions
|
|
@ -144,7 +144,7 @@ function constructList() {
|
|||
.appendTo(info)
|
||||
var f = app.actions[id].code[0];
|
||||
$('<span>').html(' View Source ('+f+')').appendTo(info)
|
||||
$('<pre>').append($code).appendTo(info)
|
||||
$('<pre>').append($code).appendTo(info)
|
||||
hljs.highlightBlock($code[0], ' ');
|
||||
|
||||
hash += id + ','
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue