This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 861a086  jQuery is used
861a086 is described below

commit 861a086be8328d314cb04648d52bd13b7930799a
Author: Sebb <[email protected]>
AuthorDate: Tue Nov 24 16:46:39 2020 +0000

    jQuery is used
---
 www/board/agenda/spec/vue_server.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/spec/vue_server.rb 
b/www/board/agenda/spec/vue_server.rb
index 1657b50..4c8b600 100644
--- a/www/board/agenda/spec/vue_server.rb
+++ b/www/board/agenda/spec/vue_server.rb
@@ -122,7 +122,7 @@ class VueServer
       return app
     end
 
-    _jQuery = require('jquery')
+    jQuery = require('jquery') # the variable jQuery is needed, even if it 
appears not
 
     http = require('http')
     server = http.createServer do |request, response|

Reply via email to