TOKe Posted October 15, 2007 Share Posted October 15, 2007 Hello, I was messing around and selected to hide the PJ advanced control pane in the browser.... Now the question... How do I show the advanced controls again? I didnt see anything in the gui... Thanks! Quote Link to comment Share on other sites More sharing options...
limpits Posted November 14, 2007 Share Posted November 14, 2007 I am actually having the same problem. I tried deleting it and running it fresh but it did nothing... Anyone know what to do? Quote Link to comment Share on other sites More sharing options...
limpits Posted November 14, 2007 Share Posted November 14, 2007 Okay, after a few minutes of messing around with the java I found the hide and show commands within the files. Here is how to fix it if you are having this problem: 1. Open jsprototype-1.4.0.js in Wordpad or some text editor. 2. Search for the code below hide: function() { for (var i = 0; i < arguments.length; i++) { var element = $(arguments[i]); element.style.display = 'none'; } }, 3. Replace this line: element.style.display = 'none'; with the line below (I recommend you comment out the line instead of deleting it by putting /* before the line and */ after the line): element.style.display = ''; 4. All the advanced controls should show up again when you run the program. Change the settings and then go back and remove the changes you made in the jsprototype-1.4.0.js file. Quote Link to comment Share on other sites More sharing options...
TOKe Posted November 14, 2007 Author Share Posted November 14, 2007 Or you can just delete your cookies 8-) Quote Link to comment Share on other sites More sharing options...
limpits Posted November 15, 2007 Share Posted November 15, 2007 hah, that would have been nice to know. Quote Link to comment Share on other sites More sharing options...
TOKe Posted November 21, 2007 Author Share Posted November 21, 2007 sorry :-P I forgot to post that one :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.