From 6aaad4785a8276896f75b41d29117e283ab05383 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 4 Feb 2014 16:06:13 +0000 Subject: [PATCH] Autosave: Fix typo in event namespace. props avryl, see #25272. git-svn-id: https://develop.svn.wordpress.org/trunk@27092 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/js/autosave.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/js/autosave.js b/src/wp-includes/js/autosave.js index 11251e19b0..bbc713bc21 100644 --- a/src/wp-includes/js/autosave.js +++ b/src/wp-includes/js/autosave.js @@ -349,7 +349,7 @@ window.autosave = function(){}; $notice = $( '#local-storage-notice' ); $('.wrap h2').first().after( $notice.addClass( 'updated' ).show() ); - $notice.on( 'click.autosae-local', function( event ) { + $notice.on( 'click.autosave-local', function( event ) { var $target = $( event.target ); if ( $target.hasClass( 'restore-backup' ) ) {