forked from 0x2620/pandora
remove unused function
This commit is contained in:
parent
5acf5331cf
commit
eaa2f033b8
1 changed files with 0 additions and 9 deletions
|
@ -233,15 +233,6 @@ pandora.ui.errorlogsDialog = function() {
|
||||||
return Ox.encodeHTMLEntities(url.split('?')[0]) + ':' + line;
|
return Ox.encodeHTMLEntities(url.split('?')[0]) + ':' + line;
|
||||||
}
|
}
|
||||||
|
|
||||||
function renderLog(logData) {
|
|
||||||
var $checkbox;
|
|
||||||
return Ox.Element()
|
|
||||||
.css({
|
|
||||||
padding: '8px'
|
|
||||||
})
|
|
||||||
.append($('<pre>').html(logData.text));
|
|
||||||
}
|
|
||||||
|
|
||||||
function updateList(key, value) {
|
function updateList(key, value) {
|
||||||
var query = {
|
var query = {
|
||||||
conditions: [].concat(
|
conditions: [].concat(
|
||||||
|
|
Loading…
Reference in a new issue