1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-02-24 08:53:19 +01:00

More verbose error slide (HTTP necessary)

This commit is contained in:
Jakub Holy 2013-03-24 23:30:50 +01:00
parent 8fd28a9185
commit f6487dc312

View File

@ -105,7 +105,8 @@
section.outerHTML = slidifyMarkdown( xhr.responseText, section.getAttribute('data-separator'), section.getAttribute('data-vertical') );
} else {
section.outerHTML = '<section data-state="alert">ERROR: The attempt to fetch ' + url + ' failed with the HTTP status ' + xhr.status +
'. Check your browser\'s JavaScript console for more details.</section>';
'. Check your browser\'s JavaScript console for more details.' +
'<p>Remember that you need to serve the presentation HTML from a HTTP server and the Markdown file must be there too.</p></section>';
}
}
};