fix desktop
This commit is contained in:
parent
41d11e12a3
commit
b42ffeca21
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
@ -1,4 +1,4 @@
|
|||
class Desktop::JournalPapersController < DesktopAdminController
|
||||
class Desktop::PersonalJournalsController < DesktopAdminController
|
||||
include Admin::JournalPapersHelper
|
||||
def menu
|
||||
user = OrbitHelper.current_user
|
|
@ -315,7 +315,7 @@
|
|||
$(this).parent('.add-btn').prev('.add-target').children('.start-line').eq(le).children('.input-append').find('.tab-content').each(function() {
|
||||
$(this).children('.tab-pane').eq(on).addClass('in active').siblings().removeClass('in active');
|
||||
});
|
||||
formTip();
|
||||
// formTip();
|
||||
} else if($(this).hasClass('delete_file')) {
|
||||
$(this).parents('.input-prepend').remove();
|
||||
} else if($(this).hasClass('remove_existing_record')) {
|
||||
|
|
Loading…
Reference in New Issue