This commit is contained in:
Roman Kelesidis 2023-10-10 08:41:52 +07:00
parent c7e725090d
commit e5cf3ee0e5
3 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ function emoticon(text) {
<!-- END smilies_row -->
<!-- BEGIN switch_smilies_extra -->
<tr align="center">
<td colspan="{S_SMILIES_COLSPAN}"><span class="nav"><a href="{U_MORE_SMILIES}" onclick="open_window('{U_MORE_SMILIES}', 250, 300);return false" target="_smilies" class="nav">{L_MORE_EMOTICONS}</a></td>
<td colspan="{S_SMILIES_COLSPAN}"><span class="nav"><a href="{U_MORE_SMILIES}" onclick="open_window('{U_MORE_SMILIES}', 250, 300);return false" target="_smilies" class="nav">{L_MORE_EMOTICONS}</a></td>
</tr>
<!-- END switch_smilies_extra -->
</table>
@ -43,4 +43,4 @@ function emoticon(text) {
</table>
</td>
</tr>
</table>
</table>

View File

@ -102,7 +102,7 @@ function tte_submit (mode)
ajax.edit_topic_title = function(topic_id, topic_title) {
ajax.exec({
action : 'mod_action',
action : 'mod_action',
mode : 'edit_topic_title',
topic_id : topic_id,
topic_title : topic_title

View File

@ -95,8 +95,8 @@
<td colspan="3">&nbsp;
<script type="text/javascript">
ajax.callback.change_torrent = function(data) {
if(data.title) alert(data.title);
if(data.url) document.location.href = data.url;
if(data.title) alert(data.title);
if(data.url) document.location.href = data.url;
};
</script>
<!-- IF TOR_CONTROLS -->