mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-04 06:36:27 +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(){
|
function restore_after_tutorial(){
|
||||||
$('.introjs-showElement')
|
|
||||||
.find('.form-submit-link')
|
|
||||||
.css({
|
|
||||||
'pointer-events': 'auto',
|
|
||||||
'color': '#262626'});
|
|
||||||
$.each($('.panel'), function(i, el){
|
$.each($('.panel'), function(i, el){
|
||||||
$(el)
|
$(el)
|
||||||
.find('.tab-content')
|
.find('.tab-content')
|
||||||
|
|
Loading…
Reference in a new issue