You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2016/09/12 18:12:22 UTC

[whimsy] branch master updated: fix typo that prevents Safari from working

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

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  cf6fded   fix typo that prevents Safari from working
cf6fded is described below

commit cf6fded5a6cdbdc24524b2c0f893bdbb530bd014
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Mon Sep 12 14:11:45 2016 -0400

    fix typo that prevents Safari from working
---
 www/secmail/public/tasklist.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secmail/public/tasklist.js b/www/secmail/public/tasklist.js
index 28647c5..68837f4 100644
--- a/www/secmail/public/tasklist.js
+++ b/www/secmail/public/tasklist.js
@@ -5,7 +5,7 @@ var spinner = $('<img src="../spinner.gif"/>');
 if (typeof fetch === 'undefined') {
   var script = document.createElement('script');
   script.type = 'text/javascript';
-  scrit.src = 'public/fetch.fs';
+  script.src = 'public/fetch.fs';
   $('head').append(script);
 };
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].