Skip to content

Commit

Permalink
Javascript generated sites are not supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandez14 committed Dec 12, 2018
1 parent be469e1 commit 630c94b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/elm/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ view model =
]
]
, input [ type_ "submit", value "Generate Sitemap", class "input-reset ba b grow pointer b--black bg-black white-90 br2 bw2 pa3 mb2 db w-100" ] []
, p [ class "ma0 tc b mt3" ] [ text "Note: Javascript generated sites are not supported." ]
]
, div [ class "tc pv3", classList [ ( "dn", not (model.loading || model.finishing || model.processing) ) ] ]
[ span [ class "icon-spin6 animate-spin f3" ] [] ]
Expand Down

0 comments on commit 630c94b

Please sign in to comment.