Loading tools/droiddoc/templates-sdk/assets/android-developer-docs.js +2 −2 Original line number Diff line number Diff line Loading @@ -425,11 +425,11 @@ function loadLast(cookiePath) { $(window).unload(function(){ var path = getBaseUri(location.pathname); if ((path.indexOf("/reference/") != -1) || (path.indexOf("/training/") != -1)) { if (path.indexOf("/reference/") != -1) { writeCookie("lastpage", path, "reference", null); } else if (path.indexOf("/guide/") != -1) { writeCookie("lastpage", path, "guide", null); } else if (path.indexOf("/resources/") != -1) { } else if ((path.indexOf("/resources/") != -1) || (path.indexOf("/training/") != -1)) { writeCookie("lastpage", path, "resources", null); } }); Loading Loading
tools/droiddoc/templates-sdk/assets/android-developer-docs.js +2 −2 Original line number Diff line number Diff line Loading @@ -425,11 +425,11 @@ function loadLast(cookiePath) { $(window).unload(function(){ var path = getBaseUri(location.pathname); if ((path.indexOf("/reference/") != -1) || (path.indexOf("/training/") != -1)) { if (path.indexOf("/reference/") != -1) { writeCookie("lastpage", path, "reference", null); } else if (path.indexOf("/guide/") != -1) { writeCookie("lastpage", path, "guide", null); } else if (path.indexOf("/resources/") != -1) { } else if ((path.indexOf("/resources/") != -1) || (path.indexOf("/training/") != -1)) { writeCookie("lastpage", path, "resources", null); } }); Loading