refactor restore_after_tutorial function

This commit is contained in:
zmagod 2016-08-18 08:55:40 +02:00
parent f2ee5d73a0
commit 072f816286

View file

@ -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')