|
|
@@ -470,7 +470,7 @@ ${ smart_unicode(login_modal(request).content) | n,unicode }
|
|
|
}
|
|
|
};
|
|
|
|
|
|
- % if is_demo or not user_preferences.get(PREFERENCE_IS_WELCOME_TOUR_SEEN):
|
|
|
+ % if False and (is_demo or not user_preferences.get(PREFERENCE_IS_WELCOME_TOUR_SEEN)):
|
|
|
$(document).on('keyup', closeTourOnEsc);
|
|
|
$(document).on('click', '.shepherd-backdrop', tour.cancel);
|
|
|
tour.start();
|