ps.html 207 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 <script src="http://localhost:8000/public/js/ps.js"></script> <script type="text/javascript"> seajs.use('public/js/ps', function(ps) { if (ps) { ps.init(); } }); </script>