choksw
Chevereto Member
There's a mistake in Line 929 of the admin.js
Original :
multicodes = {"directlink":"","shorturl":"","viewer":"","bbcode":"","thumbs_html":"","thumbs_bbcode":""};
It should be:
multicodes = {"directlink":"","shorturl":"","viewer":"","html":"","bbcode":"","thumbs_html":"","thumbs_bbcode":""};
Otherwise, there will be an "undefined" value when you get codes in the multi link box.
Original :
multicodes = {"directlink":"","shorturl":"","viewer":"","bbcode":"","thumbs_html":"","thumbs_bbcode":""};
It should be:
multicodes = {"directlink":"","shorturl":"","viewer":"","html":"","bbcode":"","thumbs_html":"","thumbs_bbcode":""};
Otherwise, there will be an "undefined" value when you get codes in the multi link box.