You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by ru...@apache.org on 2016/03/07 23:38:10 UTC

svn commit: r1734001 - /steve/trunk/whatif.rb

Author: rubys
Date: Mon Mar  7 22:38:10 2016
New Revision: 1734001

URL: http://svn.apache.org/viewvc?rev=1734001&view=rev
Log:
s/jquery.min/jquery-min/g

Modified:
    steve/trunk/whatif.rb

Modified: steve/trunk/whatif.rb
URL: http://svn.apache.org/viewvc/steve/trunk/whatif.rb?rev=1734001&r1=1734000&r2=1734001&view=diff
==============================================================================
--- steve/trunk/whatif.rb (original)
+++ steve/trunk/whatif.rb Mon Mar  7 22:38:10 2016
@@ -25,14 +25,14 @@
 #   * Python 2.6.x
 #   * Ruby 1.9.x
 #   * wunderbar gem ([sudo] gem install wunderbar)
-#   * (optional) jQuery http://code.jquery.com/jquery.min.js
+#   * (optional) jQuery http://code.jquery.com/jquery-min.js
 #
 # Installation instructions:
 #
 #    ruby whatif.rb --install=/var/www
 #
 #    1) Specify a path that supports cgi, like public-html or Sites.
-#    2) (optional, but highly recommended) download jquery.min.js into
+#    2) (optional, but highly recommended) download jquery-min.js into
 #       your installation directory.
 #
 # Execution instructions:
@@ -100,7 +100,7 @@ _html do
        .not-elected {background: #F00}
        .none {background: yellow}
     }
-    _script src: 'assets/jquery.min.js'
+    _script src: 'assets/jquery-min.js'
   end
 
   _body? do