diff options
Diffstat (limited to 'test/networkerror.html')
-rw-r--r-- | test/networkerror.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/networkerror.html b/test/networkerror.html index edbaabab4..8057408e4 100644 --- a/test/networkerror.html +++ b/test/networkerror.html @@ -17,7 +17,7 @@ </style> <script src="jquery.js"></script> <script type="text/javascript"> - $('button').live('click', function () { + $("button").live("click", function () { $.ajax({ url: '/', error: function() { |