swh:1:snp:0c004a03453a29b80f921a24433f7e780b9ceb53
Raw File
Tip revision: 80c7b427b73eabcf1cbf64adf47708e2640d3ffb authored by Nitesh Turaga on 29 October 2019, 17:11:02 UTC
bump x.y.z version to even y prior to creation of RELEASE_3_10 branch
Tip revision: 80c7b42
index.html
<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport"
          content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
    <meta name="google-site-verification"
          content="7UY7VcXR28Tpmw6m6fc6wtJJQvar71GKqGojp3HPb4Q"/>
    <title>phantasus</title>
    <link rel="stylesheet" href="css/phantasus-latest.min.css">
    <script type="text/javascript" src="RELEASE.js"></script>
    <script type="text/javascript" src="js/phantasus-external-other.min.js"></script>
    <script type="text/javascript" src="js/phantasus-external-pdfkit-xlsx.min.js"></script>
    <script type="text/javascript" src="js/phantasus-external-plotly.min.js"></script>
    <script type="text/javascript"
                     src="https://apis.google.com/js/api.js"></script>
    <script src="js/phantasus.js"></script>
    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">

</head>
<body>
<noscript>
    <p>Please enable JavaScript</p>
</noscript>
<div id="vis"></div>

<script type="text/javascript">
  console.log(PHANTASUS_VERSION,'-',PHANTASUS_BUILD);
  window.libraryPrefix = '/phantasus/';
  phantasus.DEBUG_ENABLED = phantasus.Util.getURLParameter('debug') !== null;
  phantasus.Util.setLibrary('phantasus');
  phantasus.Util.loadTrackingCode();
  window.onerror = function () {
    var errorObj = _.last(arguments);
    var errorMsg = _.size(errorObj.message) ? errorObj.message : 'Oops, something went wrong. Please try again.';
    phantasus.FormBuilder.showInModal({
      title: 'Error',
      html: errorMsg
    });
  };

  var landingPage = new phantasus.LandingPage();
</script>
</body>

</html>

back to top