Skip to content

Commit ae8b8a4

Browse files
committed
reinstated tooltip functionality, added contributors and gitignore
1 parent 2675ce2 commit ae8b8a4

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_STORE

CONTRIBUTORS.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Welcome Contributor
2+
=
3+
4+
Thank your very much for your time examining and potentially modifying the source code. I truly believe it is what makes this community so great. This plugin wouldn't have gained the notoriety it has, had I not opened up the original source and been quiet unhappy with it.
5+
6+
7+
Requirements & Best Practices
8+
-
9+
10+
Just a few guidelines before submitting issues and pull requests:
11+
12+
- Ensure the code passes [JSHint](http://jshint.com) completely
13+
- Always strive to write code that meets [best practices](http://taitems.github.com/Front-End-Development-Guidelines/)
14+
- If you're attempting to solve a very unique bug, a test case is preferred
15+
16+
And thanks once again!

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,8 @@ <h2>
540540
$(".gantt").popover({
541541
selector: ".bar",
542542
title: "I'm a popover",
543-
content: "And I'm the content of said popover."
543+
content: "And I'm the content of said popover.",
544+
trigger: "hover"
544545
});
545546

546547
prettyPrint();

0 commit comments

Comments
 (0)