added plumbing for viewer to have a joblog search for the current file
This commit is contained in:
@@ -75,6 +75,16 @@
|
||||
return s
|
||||
}
|
||||
|
||||
function JoblogSearch()
|
||||
{
|
||||
data="eid="+current
|
||||
$.ajax({ type: 'POST', data: data, url: '/joblog_search', success: function(res) {
|
||||
data = JSON.parse(res)
|
||||
console.log(data)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
function CallViewListRoute(dir)
|
||||
{
|
||||
data="eids="+$("#eids").val()
|
||||
|
||||
Reference in New Issue
Block a user