1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00

fix topic create

This commit is contained in:
Mzhelskiy Maxim 2016-04-27 17:20:46 +07:00
parent 01ca97191b
commit 0bf5cfcd10
2 changed files with 3 additions and 3 deletions

View file

@ -258,6 +258,6 @@
$(this).remove();
});
}.bind(this));
},
}
});
})(jQuery);

View file

@ -27,10 +27,10 @@
{$blogsSelectId = []}
{$blogsSelectedId=[]}
{foreach $blogs as $blogType => $blogs}
{foreach $blogs as $blogType => $blogItems}
{$blogsSelectOptions = []}
{foreach $blogs as $blog}
{foreach $blogItems as $blog}
{$blogsSelectOptions[] = [
'text' => $blog->getTitle()|escape,
'value' => $blog->getId()