mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-16 03:41:41 +00:00
added in another code option
This commit is contained in:
parent
fdbb055815
commit
e6b96b177a
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@ $('#target').click ->
|
|||
$('#memorytoggle').toggleClass 'hidden'
|
||||
return
|
||||
|
||||
`$( "#target" ).click(function() {
|
||||
$("#memorytoggle").toggleClass("hidden");
|
||||
});`
|
||||
|
||||
class @AgentShowPage
|
||||
constructor: ->
|
||||
$(".agent-show #show-tabs a[href='#logs'], #logs .refresh").on "click", @fetchLogs
|
||||
|
|
Loading…
Add table
Reference in a new issue