Skip to content

Commit

Permalink
Fixes - send button class name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Valar authored and Valar committed Jul 10, 2017
1 parent cb51f75 commit b17d682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/content_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

var NonStopMessenger=function(){function n(n){window.InputEvent=window.Event||window.InputEvent
var t=(new Date,new InputEvent("input",{bubbles:!0})),e=document.querySelector("div > div.input")
e.textContent=n,e.dispatchEvent(t),setTimeout(function(){document.querySelector(".icon.compose-btn-send").click()},200)}var t=0,e=0
e.textContent=n,e.dispatchEvent(t),setTimeout(function(){document.querySelector(".icon.icon-send").click()},200)}var t=0,e=0
this.send=function(o,i){function u(){n(o),t++,t<e&&setTimeout(u,300)}t=0,e=i,u()},this.stop=function(){e=t}},mes=new NonStopMessenger

var Assistant = $('<div id="web-assistant" class="panel panel-primary">' +
Expand Down

0 comments on commit b17d682

Please sign in to comment.