Fix template js bug.
Update announcement and gallery sidebar order and icon.
This commit is contained in:
parent
6fe176fc20
commit
59b02e40e0
|
@ -7,11 +7,19 @@
|
|||
window.clearTimeout(timeout_id)
|
||||
if (window.innerWidth < 768) {
|
||||
} else {
|
||||
if($("div.aside").length == 0){
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.mobile-menu .modules-menu').length > 0){
|
||||
$("header .container").append($('.mobile-menu .modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}else{
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.modules-menu').length > 0){
|
||||
$("div.aside").eq(0).append($('.modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
|
|
|
@ -0,0 +1,26 @@
|
|||
;(function($, win, undefined) {
|
||||
// ECMAScript 5 嚴格模式
|
||||
'use strict';
|
||||
$(document).ready(function() {
|
||||
var timeout_id;
|
||||
$(window).resize(function() {
|
||||
window.clearTimeout(timeout_id)
|
||||
if (window.innerWidth < 768) {
|
||||
} else {
|
||||
if($("div.aside").length == 0){
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.mobile-menu .modules-menu').length > 0){
|
||||
$("header .container").append($('.mobile-menu .modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}else{
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.modules-menu').length > 0){
|
||||
$("div.aside").eq(0).append($('.modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
}(jQuery, window));
|
|
@ -0,0 +1,26 @@
|
|||
;(function($, win, undefined) {
|
||||
// ECMAScript 5 嚴格模式
|
||||
'use strict';
|
||||
$(document).ready(function() {
|
||||
var timeout_id;
|
||||
$(window).resize(function() {
|
||||
window.clearTimeout(timeout_id)
|
||||
if (window.innerWidth < 768) {
|
||||
} else {
|
||||
if($("div.aside").length == 0){
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.mobile-menu .modules-menu').length > 0){
|
||||
$("header .container").append($('.mobile-menu .modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}else{
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.modules-menu').length > 0){
|
||||
$("div.aside").eq(0).append($('.modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
}(jQuery, window));
|
|
@ -0,0 +1,26 @@
|
|||
;(function($, win, undefined) {
|
||||
// ECMAScript 5 嚴格模式
|
||||
'use strict';
|
||||
$(document).ready(function() {
|
||||
var timeout_id;
|
||||
$(window).resize(function() {
|
||||
window.clearTimeout(timeout_id)
|
||||
if (window.innerWidth < 768) {
|
||||
} else {
|
||||
if($("div.aside").length == 0){
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.mobile-menu .modules-menu').length > 0){
|
||||
$("header .container").append($('.mobile-menu .modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}else{
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.modules-menu').length > 0){
|
||||
$("div.aside").eq(0).append($('.modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
}(jQuery, window));
|
|
@ -0,0 +1,26 @@
|
|||
;(function($, win, undefined) {
|
||||
// ECMAScript 5 嚴格模式
|
||||
'use strict';
|
||||
$(document).ready(function() {
|
||||
var timeout_id;
|
||||
$(window).resize(function() {
|
||||
window.clearTimeout(timeout_id)
|
||||
if (window.innerWidth < 768) {
|
||||
} else {
|
||||
if($("div.aside").length == 0){
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.mobile-menu .modules-menu').length > 0){
|
||||
$("header .container").append($('.mobile-menu .modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}else{
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.modules-menu').length > 0){
|
||||
$("div.aside").eq(0).append($('.modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
}(jQuery, window));
|
|
@ -0,0 +1,26 @@
|
|||
;(function($, win, undefined) {
|
||||
// ECMAScript 5 嚴格模式
|
||||
'use strict';
|
||||
$(document).ready(function() {
|
||||
var timeout_id;
|
||||
$(window).resize(function() {
|
||||
window.clearTimeout(timeout_id)
|
||||
if (window.innerWidth < 768) {
|
||||
} else {
|
||||
if($("div.aside").length == 0){
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.mobile-menu .modules-menu').length > 0){
|
||||
$("header .container").append($('.mobile-menu .modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}else{
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.modules-menu').length > 0){
|
||||
$("div.aside").eq(0).append($('.modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
}(jQuery, window));
|
|
@ -0,0 +1,26 @@
|
|||
;(function($, win, undefined) {
|
||||
// ECMAScript 5 嚴格模式
|
||||
'use strict';
|
||||
$(document).ready(function() {
|
||||
var timeout_id;
|
||||
$(window).resize(function() {
|
||||
window.clearTimeout(timeout_id)
|
||||
if (window.innerWidth < 768) {
|
||||
} else {
|
||||
if($("div.aside").length == 0){
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.mobile-menu .modules-menu').length > 0){
|
||||
$("header .container").append($('.mobile-menu .modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}else{
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.modules-menu').length > 0){
|
||||
$("div.aside").eq(0).append($('.modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
}(jQuery, window));
|
|
@ -0,0 +1,26 @@
|
|||
;(function($, win, undefined) {
|
||||
// ECMAScript 5 嚴格模式
|
||||
'use strict';
|
||||
$(document).ready(function() {
|
||||
var timeout_id;
|
||||
$(window).resize(function() {
|
||||
window.clearTimeout(timeout_id)
|
||||
if (window.innerWidth < 768) {
|
||||
} else {
|
||||
if($("div.aside").length == 0){
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.mobile-menu .modules-menu').length > 0){
|
||||
$("header .container").append($('.mobile-menu .modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}else{
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.modules-menu').length > 0){
|
||||
$("div.aside").eq(0).append($('.modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
}(jQuery, window));
|
|
@ -0,0 +1,26 @@
|
|||
;(function($, win, undefined) {
|
||||
// ECMAScript 5 嚴格模式
|
||||
'use strict';
|
||||
$(document).ready(function() {
|
||||
var timeout_id;
|
||||
$(window).resize(function() {
|
||||
window.clearTimeout(timeout_id)
|
||||
if (window.innerWidth < 768) {
|
||||
} else {
|
||||
if($("div.aside").length == 0){
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.mobile-menu .modules-menu').length > 0){
|
||||
$("header .container").append($('.mobile-menu .modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}else{
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.modules-menu').length > 0){
|
||||
$("div.aside").eq(0).append($('.modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
}(jQuery, window));
|
|
@ -0,0 +1,26 @@
|
|||
;(function($, win, undefined) {
|
||||
// ECMAScript 5 嚴格模式
|
||||
'use strict';
|
||||
$(document).ready(function() {
|
||||
var timeout_id;
|
||||
$(window).resize(function() {
|
||||
window.clearTimeout(timeout_id)
|
||||
if (window.innerWidth < 768) {
|
||||
} else {
|
||||
if($("div.aside").length == 0){
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.mobile-menu .modules-menu').length > 0){
|
||||
$("header .container").append($('.mobile-menu .modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}else{
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.modules-menu').length > 0){
|
||||
$("div.aside").eq(0).append($('.modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
}(jQuery, window));
|
|
@ -0,0 +1,26 @@
|
|||
;(function($, win, undefined) {
|
||||
// ECMAScript 5 嚴格模式
|
||||
'use strict';
|
||||
$(document).ready(function() {
|
||||
var timeout_id;
|
||||
$(window).resize(function() {
|
||||
window.clearTimeout(timeout_id)
|
||||
if (window.innerWidth < 768) {
|
||||
} else {
|
||||
if($("div.aside").length == 0){
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.mobile-menu .modules-menu').length > 0){
|
||||
$("header .container").append($('.mobile-menu .modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}else{
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.modules-menu').length > 0){
|
||||
$("div.aside").eq(0).append($('.modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
}(jQuery, window));
|
|
@ -0,0 +1,26 @@
|
|||
;(function($, win, undefined) {
|
||||
// ECMAScript 5 嚴格模式
|
||||
'use strict';
|
||||
$(document).ready(function() {
|
||||
var timeout_id;
|
||||
$(window).resize(function() {
|
||||
window.clearTimeout(timeout_id)
|
||||
if (window.innerWidth < 768) {
|
||||
} else {
|
||||
if($("div.aside").length == 0){
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.mobile-menu .modules-menu').length > 0){
|
||||
$("header .container").append($('.mobile-menu .modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}else{
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.modules-menu').length > 0){
|
||||
$("div.aside").eq(0).append($('.modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
}(jQuery, window));
|
|
@ -0,0 +1,26 @@
|
|||
;(function($, win, undefined) {
|
||||
// ECMAScript 5 嚴格模式
|
||||
'use strict';
|
||||
$(document).ready(function() {
|
||||
var timeout_id;
|
||||
$(window).resize(function() {
|
||||
window.clearTimeout(timeout_id)
|
||||
if (window.innerWidth < 768) {
|
||||
} else {
|
||||
if($("div.aside").length == 0){
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.mobile-menu .modules-menu').length > 0){
|
||||
$("header .container").append($('.mobile-menu .modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}else{
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.modules-menu').length > 0){
|
||||
$("div.aside").eq(0).append($('.modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
}(jQuery, window));
|
|
@ -0,0 +1,26 @@
|
|||
;(function($, win, undefined) {
|
||||
// ECMAScript 5 嚴格模式
|
||||
'use strict';
|
||||
$(document).ready(function() {
|
||||
var timeout_id;
|
||||
$(window).resize(function() {
|
||||
window.clearTimeout(timeout_id)
|
||||
if (window.innerWidth < 768) {
|
||||
} else {
|
||||
if($("div.aside").length == 0){
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.mobile-menu .modules-menu').length > 0){
|
||||
$("header .container").append($('.mobile-menu .modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}else{
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.modules-menu').length > 0){
|
||||
$("div.aside").eq(0).append($('.modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
}(jQuery, window));
|
|
@ -0,0 +1,26 @@
|
|||
;(function($, win, undefined) {
|
||||
// ECMAScript 5 嚴格模式
|
||||
'use strict';
|
||||
$(document).ready(function() {
|
||||
var timeout_id;
|
||||
$(window).resize(function() {
|
||||
window.clearTimeout(timeout_id)
|
||||
if (window.innerWidth < 768) {
|
||||
} else {
|
||||
if($("div.aside").length == 0){
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.mobile-menu .modules-menu').length > 0){
|
||||
$("header .container").append($('.mobile-menu .modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}else{
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.modules-menu').length > 0){
|
||||
$("div.aside").eq(0).append($('.modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
}(jQuery, window));
|
|
@ -0,0 +1,26 @@
|
|||
;(function($, win, undefined) {
|
||||
// ECMAScript 5 嚴格模式
|
||||
'use strict';
|
||||
$(document).ready(function() {
|
||||
var timeout_id;
|
||||
$(window).resize(function() {
|
||||
window.clearTimeout(timeout_id)
|
||||
if (window.innerWidth < 768) {
|
||||
} else {
|
||||
if($("div.aside").length == 0){
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.mobile-menu .modules-menu').length > 0){
|
||||
$("header .container").append($('.mobile-menu .modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}else{
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.modules-menu').length > 0){
|
||||
$("div.aside").eq(0).append($('.modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
}(jQuery, window));
|
|
@ -0,0 +1,26 @@
|
|||
;(function($, win, undefined) {
|
||||
// ECMAScript 5 嚴格模式
|
||||
'use strict';
|
||||
$(document).ready(function() {
|
||||
var timeout_id;
|
||||
$(window).resize(function() {
|
||||
window.clearTimeout(timeout_id)
|
||||
if (window.innerWidth < 768) {
|
||||
} else {
|
||||
if($("div.aside").length == 0){
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.mobile-menu .modules-menu').length > 0){
|
||||
$("header .container").append($('.mobile-menu .modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}else{
|
||||
timeout_id = setTimeout(function(){
|
||||
if($('.modules-menu').length > 0){
|
||||
$("div.aside").eq(0).append($('.modules-menu'))
|
||||
}
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
}(jQuery, window));
|
|
@ -96,7 +96,8 @@ module CustomAnnouncement
|
|||
puts ['there_was_no_show_option_method',e]
|
||||
end
|
||||
side_bar do
|
||||
head_label_i18n 'custom_announcement.custom_announcement', icon_class: "icons-megaphone"
|
||||
set_sidebar_order(100) rescue nil
|
||||
head_label_i18n 'custom_announcement.custom_announcement', icon_class: "icon-bullhorn"
|
||||
available_for "users"
|
||||
active_for_controllers (['admin/custom_announcements'])
|
||||
head_link_path "admin_custom_announcements_path"
|
||||
|
|
|
@ -44,14 +44,14 @@ module CustomGallery
|
|||
authorizable
|
||||
frontend_enabled
|
||||
data_count 1..30
|
||||
|
||||
begin
|
||||
show_option_items data
|
||||
rescue => e
|
||||
puts ['there_was_no_show_option_method',e]
|
||||
end
|
||||
side_bar do
|
||||
head_label_i18n 'custom_gallery.custom_gallery', icon_class: "icons-pictures"
|
||||
set_sidebar_order(100) rescue nil
|
||||
head_label_i18n 'custom_gallery.custom_gallery', icon_class: "fa fa-file-image-o"
|
||||
available_for "users"
|
||||
active_for_controllers (['admin/custom_galleries','admin/images'])
|
||||
head_link_path "admin_custom_galleries_path"
|
||||
|
|
Loading…
Reference in New Issue