adding fedmenu to taskotron landing page
This commit is contained in:
parent
b97270624b
commit
c57cfd93d2
1 changed files with 8 additions and 0 deletions
|
@ -140,5 +140,13 @@
|
||||||
|
|
||||||
</div> <!-- end of main row -->
|
</div> <!-- end of main row -->
|
||||||
|
|
||||||
|
<script src="http://threebean.org/fedmenu/js/fedmenu.js"></script>
|
||||||
|
<script>
|
||||||
|
fedmenu({
|
||||||
|
'url': 'http://threebean.org/fedmenu/dev-data.js'
|
||||||
|
'mimeType': 'application/javascript',
|
||||||
|
'position': 'bottom-right',
|
||||||
|
});
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue