Thread: Feedback System
View Single Post
  #2  
Old 08-02-2011, 12:07 PM
Tricxta Tricxta is offline
The Muffin Man
Tricxta's Avatar
Join Date: Oct 2010
Location: Australia
Posts: 563
Tricxta is just really niceTricxta is just really nice
You could definitely clean this script up a bit

The following code:
PHP Code:
Feedback_Test_Window2.hide();
Feedback_Test_CheckBox1.hide();
Feedback_Test_Text1.hide();
Feedback_Test_Text2.hide();
Feedback_Test_Text3.hide();
Feedback_Test_Button1.hide();
Feedback_Test_Button2.hide(); 
Should be put in its own function since I can see it occur twice.

Also the use of 2 server strings isn't needed since you can just tally the yes and no votes together. The overall flow of the program isn't too shabby. Im not to familiar with GS2 so I can't really make any more comments.
__________________
Quote:
Originally Posted by Crono View Post
No look at it, Stefan is totally trolling Thor. Calling Classic a "playerworld" (something it's not supposed to be) is the ultimate subtle insult to a true fan.

It's genius.
Reply With Quote