mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
refactor restore_after_tutorial function
This commit is contained in:
parent
f2ee5d73a0
commit
072f816286
1 changed files with 0 additions and 5 deletions
|
@ -528,11 +528,6 @@
|
|||
}
|
||||
|
||||
function restore_after_tutorial(){
|
||||
$('.introjs-showElement')
|
||||
.find('.form-submit-link')
|
||||
.css({
|
||||
'pointer-events': 'auto',
|
||||
'color': '#262626'});
|
||||
$.each($('.panel'), function(i, el){
|
||||
$(el)
|
||||
.find('.tab-content')
|
||||
|
|
Loading…
Reference in a new issue