@@ -93,24 +93,24 @@ <h1 class="title font-bold inter darkblue text-4xl">FreeGPT4</h1>
93
93
{% if data['token']|length > 0 %}
94
94
< span id ="warning_1 " class ="text-sm blue inline-block ">
95
95
{% else %}
96
- < span id ="warning_1 " class ="text-sm blue inline-block hidden " hidden >
96
+ < span id ="warning_1 " class ="text-sm blue inline-block hidden ">
97
97
{% endif %}
98
98
< b > Your Token: </ b > < i id ="token_text " onclick ="copyTextToClipboardFromName('token'); "> {{ data['token'] }}</ i >
99
99
< img id ="copy_icon " src ="{{ url_for('static', filename='img/copy(Gregor_Cresnar).png') }} " width ="16 " class ="inline-block " alt ="Copy " onclick ="copy('token', this.id, 'Copied!'); "/>
100
100
</ span >
101
101
</ td >
102
102
< td class ="py-1 fond-bold inter darkblue text-lg ">
103
103
{% if data['token'] %}
104
- < input type ="radio " id ="off_rad_3 " name ="private_mode " value ="false " hidden oninput ="turnOff('on_3', 'off_3', 'set_3'); hideElement ('warning_1'); showElement('warning_0'); ">
104
+ < input type ="radio " id ="off_rad_3 " name ="private_mode " value ="false " hidden oninput ="turnOff('on_3', 'off_3', 'set_3'); hideWarning ('warning_1'); showElement('warning_0'); ">
105
105
< label for ="off_rad_3 " id ="off_3 " class ="label_gray "> < b > OFF</ b > </ label >
106
106
< p class ="inline-block mx-1 "> - </ p >
107
- < input type ="radio " id ="on_rad_3 " name ="private_mode " value ="true " hidden oninput ="turnOn('on_3', 'off_3', 'set_3'); showElement ('warning_1'); hideElement('warning_0'); createToken('token_text') " checked >
107
+ < input type ="radio " id ="on_rad_3 " name ="private_mode " value ="true " hidden oninput ="turnOn('on_3', 'off_3', 'set_3'); showWarning ('warning_1'); hideElement('warning_0'); createToken('token_text') " checked >
108
108
< label for ="on_rad_3 " id ="on_3 " class ="label_green "> < b > ON</ b > </ label >
109
109
{% else %}
110
- < input type ="radio " id ="off_rad_3 " name ="private_mode " value ="false " hidden oninput ="turnOff('on_3', 'off_3', 'set_3'); hideElement ('warning_1'); showElement('warning_0'); " checked >
110
+ < input type ="radio " id ="off_rad_3 " name ="private_mode " value ="false " hidden oninput ="turnOff('on_3', 'off_3', 'set_3'); hideWarning ('warning_1'); showElement('warning_0'); " checked >
111
111
< label for ="off_rad_3 " id ="off_3 " class ="label_red "> < b > OFF</ b > </ label >
112
112
< p class ="inline-block mx-1 "> - </ p >
113
- < input type ="radio " id ="on_rad_3 " name ="private_mode " value ="true " hidden oninput ="turnOn('on_3', 'off_3', 'set_3'); showElement ('warning_1'); hideElement('warning_0'); createToken('token_text') ">
113
+ < input type ="radio " id ="on_rad_3 " name ="private_mode " value ="true " hidden oninput ="turnOn('on_3', 'off_3', 'set_3'); showWarning ('warning_1'); hideElement('warning_0'); createToken('token_text') ">
114
114
< label for ="on_rad_3 " id ="on_3 " class ="label_gray "> < b > ON</ b > </ label >
115
115
{% endif %}
116
116
</ td >
0 commit comments