nerdbaggy / StatusPage

Public Status Page for UptimeRobot

Home Page:http://projects.spencerl.com/statuspage/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spell correct

tentious opened this issue · comments

"An error has occured" should be "An error has occurred"

function addContent(data) {
    var req = $.ajax({
        type: 'GET',
        url: config.backendURL,
        jsonpCallback: 'StatusPage',
        contentType: "application/json",
        dataType: 'jsonp',
        data: data,
        timeout: 7000,
        error: (function(e) {
            resultsPlaceholder.html('<h4>An error has occured</h4>  <i class="fa fa-frown-o fa-3x"></i>');
        }),

Fixed in 5c55f9e