Skip to content

Commit ed8b714

Browse files
committed
Merge branch 'master' into cleanup
Conflicts: README.md docs/intro.md
2 parents a86df0c + 94d1b58 commit ed8b714

3 files changed

Lines changed: 27 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## Sort Table
1+
## Sortable
22

3-
### [Demo](http://github.hubspot.com/sortable/docs/welcome)
4-
### [Documentation](http://github.hubspot.com/sortable/)
3+
### [Demo](http://github.hubspot.com/sortable/docs/welcome)    [Documentation](http://github.hubspot.com/sortable)
4+
5+
Sortable is an open-source javascript and CSS library which adds sorting functionality to tables. It is tiny (`<2kb`) and has no dependencies.
56

67
#### Credits
78

docs/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ This example uses the "bootstrap" theme. For a full list of supported themes, ch
5151

5252
To learn more about how to use sortable, visit our API pages.
5353

54-
- [Basic](http://github.hubspot.com/sortable/api/basic)
54+
- [Options](http://github.hubspot.com/sortable/api/options)
5555
- [Themes](http://github.hubspot.com/sortable/api/themes)
5656

5757
#### Credits
5858

59-
Sortable is free and open-source, released on the [MIT Licenese](https://github.com/HubSpot/sortable/blob/master/LICENSE).
59+
Sortable is free and open-source, released on the [MIT License](https://github.com/HubSpot/sortable/blob/master/LICENSE).
6060

6161
#### Credits
6262

docs/welcome/index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,5 +428,26 @@ <h2>Help us spread the word.</h2>
428428
}
429429
})();
430430
</script>
431+
432+
<!-- HubSpot analytics -->
433+
<script type="text/javascript">
434+
(function(d,s,i,r) {
435+
if (d.getElementById(i)){return;}
436+
var n=d.createElement(s),e=d.getElementsByTagName(s)[0];
437+
n.id=i;n.src='//js.hubspot.com/analytics/'+(Math.ceil(new Date()/r)*r)+'/51294.js';
438+
e.parentNode.insertBefore(n, e);
439+
})(document,"script","hs-analytics",300000);
440+
</script>
441+
442+
<!-- Google analytics -->
443+
<script>
444+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
445+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
446+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
447+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
448+
449+
ga('create', 'UA-45159009-1', 'hubspot.com');
450+
ga('send', 'pageview');
451+
</script>
431452
</body>
432453
</html>

0 commit comments

Comments
 (0)