Browse Source

amber.js: rename '#jtalk' to '#amber' in the toggleIDE() function

mkroehnert 12 years ago
parent
commit
34af31e807
1 changed files with 2 additions and 2 deletions
  1. 2 2
      js/amber.js

+ 2 - 2
js/amber.js

@@ -22,9 +22,9 @@ amber = (function() {
     var nocache = '';
 
 	that.toggleIDE = function() {
-		if ($('#jtalk').length == 0) {
+		if ($('#amber').length == 0) {
 			smalltalk.Browser._open();
-		} else if ($('#jtalk').is(':visible')) {
+		} else if ($('#amber').is(':visible')) {
 			smalltalk.TabManager._current()._close();
 		} else {
 			smalltalk.TabManager._current()._open();