my eye

Make ghost reset immediately after following a link

Committed 6aa39d

--- a/canopy/static/enliven.js
+++ b/canopy/static/enliven.js

       if (number == 'for') number = 'four'
       go(followList[number])
       hideFollowLinks()
+      state = 'asleep'
+      microphoneStatus('on')
+      partialContainer.innerHTML = readyWord
       return
     }
     if (input.slice(0, wakeWord.length) != wakeWord) {