upgrade to different theme for main webpage
This commit is contained in:
@@ -5,7 +5,7 @@ root.Qsupplier=
|
||||
table_container = $('#section-table-'+table_id)
|
||||
section_container = $('.section-tables-active')
|
||||
section_container.append(table_container)
|
||||
Qsupplier.position_table_in_active_section(section_container, table_container)
|
||||
Qsupplier.position_table_in_active_section(section_container, table_container, true)
|
||||
|
||||
# Set the section id of the table in the database
|
||||
$.ajax(
|
||||
@@ -165,3 +165,6 @@ root.Qsupplier=
|
||||
if table.needs_help then to.addClass('needs_help') else to.removeClass('needs_help')
|
||||
if table.needs_payment then to.addClass('needs_payment') else to.removeClass('needs_payment')
|
||||
)
|
||||
add_tables_to_active_section: ->
|
||||
number_start = $('#add-tables-number-start')
|
||||
number_end = $('#add-tables-number-end')
|
||||
|
||||
Reference in New Issue
Block a user