From 130e2414c484642fdd382d03f6dc3cf3bd51e370 Mon Sep 17 00:00:00 2001 From: totoro Date: Sun, 5 Apr 2015 01:36:22 +0200 Subject: [PATCH] Fix the sorting order of tab in jquery_tab which made sometime issue in js include order --- web/jQuery/CXM_jquery_tabs.anubis | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/jQuery/CXM_jquery_tabs.anubis b/web/jQuery/CXM_jquery_tabs.anubis index b1c34b2..6c5574e 100644 --- a/web/jQuery/CXM_jquery_tabs.anubis +++ b/web/jQuery/CXM_jquery_tabs.anubis @@ -41,7 +41,7 @@ define HTML_Partial_Content { [ ] then partial_content( - reverse(tabs_heads), + tabs_heads, sequence([ literal(""), sequence(reverse(tabs_contents)) @@ -63,7 +63,7 @@ define HTML_Partial_Content . tabs_contents ], - tags + tabs_heads, + tabs_heads + tags , count+1 ) } -- libgit2 0.21.4