Commit 78beb87c authored by Panayiotis Lipiridis's avatar Panayiotis Lipiridis
Browse files

Merge branch 'master' into gh-pages

parents 427695e7 6e77f59f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,10 +2,10 @@ window.onload = function () {
  document.getElementById('btn-bootstrap').onclick = function() {
    if (document.getElementById('bootstrap').rel == 'stylesheet') {
      document.getElementById('bootstrap').rel = 'styleshit';
      document.getElementById('btn-bootstrap').innerHTML = 'Enable Bootstrap';
      document.getElementById('btn-bootstrap').innerHTML = document.getElementById('btn-bootstrap').innerHTML.replace('Disable', 'Enable');
    } else {
      document.getElementById('bootstrap').rel = 'stylesheet';
      document.getElementById('btn-bootstrap').innerHTML = 'Disable Bootstrap';
      document.getElementById('btn-bootstrap').innerHTML = document.getElementById('btn-bootstrap').innerHTML.replace('Enable', 'Disable');
    }
  }
}
+4 −4
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
    <meta name="author" content="">

    <title>flag-icon-css</title>
    <link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.no-icons.min.css" rel="stylesheet" id="bootstrap">
    <link href="//netdna.bootstrapcdn.com/bootswatch/3.0.0/flatly/bootstrap.min.css" rel="stylesheet" id="bootstrap">
    <link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet">
    <link href="./assets/docs.css" rel="stylesheet">
    <link href="./css/flag-icon.css" rel="stylesheet">
@@ -22,7 +22,7 @@
  </head>

  <body>
    <a href="https://github.com/lipis/flag-icon-css"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
    <a href="https://github.com/lipis/flag-icon-css"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
    <div class="jumbotron text-center">
      <div class="container">
        <h1>flag-icon<span class="text-muted">-css</span></h1>
@@ -40,11 +40,11 @@
          </a>
        </p>
        <p>
          <button id="btn-bootstrap" class="btn btn-default btn-xs">Disable Bootstrap</button>
          <button id="btn-bootstrap" class="btn btn-default btn-xs">Disable Bootstrap Theme</button>
        </p>
        <p>
          <iframe src="http://ghbtns.com/github-btn.html?user=lipis&repo=flag-icon-css&type=watch&count=true"
            allowtransparency="true" frameborder="0" scrolling="0" width="86" height="20"></iframe>
            allowtransparency="true" frameborder="0" scrolling="0" width="80" height="20"></iframe>
        </p>
      </div>
    </div>