From 0a247a792716ed37a89caaf00e3784eb90ac366c Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Tue, 5 Nov 2013 23:35:38 +0100 Subject: [PATCH] data-isso-prefix is now ony data-isso --- isso/js/app/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isso/js/app/api.js b/isso/js/app/api.js index 6daf5c4..157d36f 100644 --- a/isso/js/app/api.js +++ b/isso/js/app/api.js @@ -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."; } }