mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
탭방식 위젯에서 탭의 id를 시간으로 하여 중복되는 경우가 발생하여 rand()함수로 id를 생성
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3144 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
65cac899a6
commit
7a4accb747
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<!--%import("css/normal.css")-->
|
||||
<!--@end-->
|
||||
|
||||
{@ $_id_prefix = time() }
|
||||
{@ $_id_prefix = rand(1111111,9999999)}
|
||||
{@ $_checked = false; }
|
||||
|
||||
<div class="tabWidget">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue