2013-04-01 23:12:28 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html manifest="cache.manifest">
|
|
|
|
<head>
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
2013-10-08 00:34:15 +00:00
|
|
|
var redirectUrl = location.href.substring(0, location.href.indexOf("html/gdrive-action.html"));
|
2013-04-01 23:12:28 +00:00
|
|
|
var state = decodeURI((/state=(.+?)(&|$)/
|
|
|
|
.exec(location.search) || [ , null ])[1]);
|
|
|
|
if(state) {
|
2013-04-21 00:07:27 +00:00
|
|
|
localStorage["gdrive.state"] = state;
|
2013-04-01 23:12:28 +00:00
|
|
|
}
|
|
|
|
window.location.replace(redirectUrl);
|
|
|
|
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
</html>
|