Skip to content

Commit

Permalink
Add an experimental tag
Browse files Browse the repository at this point in the history
It will be removed soon :)
  • Loading branch information
hiratara committed Jul 24, 2014
1 parent 07aeec4 commit c440582
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions script/moto.tt
Expand Up @@ -22,6 +22,23 @@
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- Experimental trial by fout.jp -->
<script type="text/javascript">
var _fout_queue = _fout_queue || {}; if (_fout_queue.segment === void 0) _fout_queue.segment = {};
if (_fout_queue.segment.queue === void 0) _fout_queue.segment.queue = [];

_fout_queue.segment.queue.push({
'user_id': 1075
});

if (_fout_queue.redirect === void 0) _fout_queue.redirect = {};
_fout_queue.redirect['is_redirect'] = true;
(function() {
var el = document.createElement('script'); el.type = 'text/javascript'; el.async = true;
el.src = (('https:' == document.location.protocol) ? 'https://' : 'http://') + 'js.fout.jp/segmentation.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(el, s);
})();
</script>
</head>
<body>
<div class="header">
Expand Down

0 comments on commit c440582

Please sign in to comment.