aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tests/resizable.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/tests/resizable.js')
-rw-r--r--ui/tests/resizable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/tests/resizable.js b/ui/tests/resizable.js
index fe16d1b7b..0ed3e1e9b 100644
--- a/ui/tests/resizable.js
+++ b/ui/tests/resizable.js
@@ -1,6 +1,6 @@
var console = console || {
log: function(l) {
- $('log').append(l + '<br/>');
+ $('#log').append(l + '<br/>');
}
};