From fe7a46c21b783ae03e1d07b5d8c26f3dfa9f5188 Mon Sep 17 00:00:00 2001 From: Ruud Steltenpool Date: Tue, 2 Feb 2016 09:54:47 +0100 Subject: [PATCH] one specific ISBN sends you to one specific URL --- example/live_w_locator.js | 1 + 1 file changed, 1 insertion(+) diff --git a/example/live_w_locator.js b/example/live_w_locator.js index a71f789..e242ed8 100644 --- a/example/live_w_locator.js +++ b/example/live_w_locator.js @@ -55,6 +55,7 @@ $(function() { $li.find("img").attr("src", result.frame); $li.find("h4.code").html(result.codeResult.code + " (" + result.codeResult.format + ")"); $ul.prepend($li); + if(result.codeResult.code==="9789400506")location.href="https://medewerkers.saxion.nl/wps/myportal/!ut/p/b1/04_SjzQ0MDUxsjAxNzLWj9CPykssy0xPLMnMz0vMAfGjzOJ9Pd1dDYwszQwNvP0tDDzDzN38gszMDC0szYEKIoEKDHAARwM0_cY-xgaeXiGB5mbmbgYG7oZQ_XgUELDfzyM_N1U_EqjMHKeyAGP93KgcNwtPR0UAKlhSJw!!/dl4/d5/L2dBISEvZ0FBIS9nQSEh/"; }); }, _accessByPath: function(obj, path, val) {