Skip to content

Commit

Permalink
Remove references to my Staticman bot (pacollins#221)
Browse files Browse the repository at this point in the history
A commit that I should make a year ago.  Sorry for delay.  I've made it now due
to

1. Staticman's maintainer's recommendation to move away from any public API
instance in issue 317.
2. My recent successful setup of my new personal API instance on Heroku, thanks
to
    - a one-click deploy button to Heroku
    - an online article about GitHub App setup for Staticman v3

    Successful MWE: see https://git.io/smdemo
  • Loading branch information
VincentTam authored and aeryxium committed Apr 12, 2021
1 parent c83bc6c commit baa011d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/staticman.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $(document).ready(function() {
$('input[type="submit"]:disabled').removeClass('hidden'); // show "submitted"

// Construct form action URL form JS to avoid spam
var api = '{{ .api | default "staticman3.herokuapp.com" }}';
var api = '{{ .api }}';
var gitProvider = '{{ .gitprovider }}';
var username = '{{ .username }}';
var repo = '{{ .repo }}';
Expand Down

0 comments on commit baa011d

Please sign in to comment.