We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c11c5 commit 432f215Copy full SHA for 432f215
1 file changed
public/js/index.js
@@ -2499,12 +2499,12 @@ function buildCursor (user) {
2499
cursor.attr('data-mode', 'hover')
2500
cursortag.delay(2000).fadeOut('fast')
2501
cursor.hover(
2502
- function () {
2503
- if (cursor.attr('data-mode') === 'hover') { cursortag.stop(true).fadeIn('fast') }
2504
- },
2505
2506
- if (cursor.attr('data-mode') === 'hover') { cursortag.stop(true).fadeOut('fast') }
2507
- })
+ function () {
+ if (cursor.attr('data-mode') === 'hover') { cursortag.stop(true).fadeIn('fast') }
+ },
+ if (cursor.attr('data-mode') === 'hover') { cursortag.stop(true).fadeOut('fast') }
+ })
2508
2509
var hideCursorTagDelay = 2000
2510
var hideCursorTagTimer = null
0 commit comments