1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-29 04:55:02 +03:00

Мелкие исправления

This commit is contained in:
Denis Shakhov 2013-07-30 15:44:38 +07:00
parent 1b9f9210d8
commit 99517cb130

View file

@ -9,14 +9,10 @@
{block name='add_topic_type'}photoset{/block}
{block name='add_topic_header_after'}
{include file='modals/modal.photoset_add_photo.tpl'}
{/block}
{block name='add_topic_form_text_after'}
<script type="text/javascript">
jQuery(function($){
if (!jQuery.browser.flash) {
if (jQuery.browser.flash) {
ls.photoset.initSwfUpload({
post_params: { 'topic_id': {json var=$_aRequest.topic_id} }
});