data-isso-prefix is now ony data-isso

This commit is contained in:
Martin Zimmermann 2013-11-05 23:35:38 +01:00
parent 6d9f43939a
commit 0a247a7927

View File

@ -52,7 +52,7 @@ define(["q"], function(Q) {
if (js[i].hasAttribute("async") || js[i].hasAttribute("defer")) {
throw "Isso's automatic configuration detection failed, please " +
"refer to https://github.com/posativ/isso#client-configuration " +
"and add a custom `data-isso-prefix` attribute.";
"and add a custom `data-isso` attribute.";
}
}