From 1b96990b1f2c03f9e527c97c7f74c99861e7038f Mon Sep 17 00:00:00 2001 From: Jamie Peabody Date: Sun, 17 Aug 2014 15:39:30 +0100 Subject: [PATCH] Fixed typo. --- examples/ajax.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/examples/ajax.html b/examples/ajax.html index 24e4489..1f20285 100644 --- a/examples/ajax.html +++ b/examples/ajax.html @@ -104,9 +104,6 @@ This example demonstrates how to set left and right editors using ajax. } document.getElementById('save-lhs').addEventListener('mouseover', function() { download_content(this, "lhs"); }, false); document.getElementById('save-rhs').addEventListener('mouseover', function() { download_content(this, "lhs"); }, false); - //document.getElementById('save-lhs').addEventListener('click', function() { download_content(this, "lhs"); }, false); - //document.getElementById('save-rhs').addEventListener('click', function() { download_content(this, "lhs"); }, false); - document.getElementById('ignorews').addEventListener('change', function() { $('#compare').mergely('options', { ignorews: this.checked }); }, false); @@ -126,7 +123,7 @@ This example demonstrates how to set left and right editors using ajax.   save -
+