Skip to content

Commit 432f215

Browse files
committed
Fix indentation
1 parent c6c11c5 commit 432f215

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

public/js/index.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2499,12 +2499,12 @@ function buildCursor (user) {
24992499
cursor.attr('data-mode', 'hover')
25002500
cursortag.delay(2000).fadeOut('fast')
25012501
cursor.hover(
2502-
function () {
2503-
if (cursor.attr('data-mode') === 'hover') { cursortag.stop(true).fadeIn('fast') }
2504-
},
2505-
function () {
2506-
if (cursor.attr('data-mode') === 'hover') { cursortag.stop(true).fadeOut('fast') }
2507-
})
2502+
function () {
2503+
if (cursor.attr('data-mode') === 'hover') { cursortag.stop(true).fadeIn('fast') }
2504+
},
2505+
function () {
2506+
if (cursor.attr('data-mode') === 'hover') { cursortag.stop(true).fadeOut('fast') }
2507+
})
25082508

25092509
var hideCursorTagDelay = 2000
25102510
var hideCursorTagTimer = null

0 commit comments

Comments
 (0)