mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix #2716
This commit is contained in:
parent
460906fdfe
commit
5e9e749179
@ -113,6 +113,7 @@ class IntroController
|
|||||||
}
|
}
|
||||||
Log::debug(sprintf('Going to mark the following route as NOT done: %s with special "%s" (%s)', $route, $specialPage, $key));
|
Log::debug(sprintf('Going to mark the following route as NOT done: %s with special "%s" (%s)', $route, $specialPage, $key));
|
||||||
app('preferences')->set($key, false);
|
app('preferences')->set($key, false);
|
||||||
|
app('preferences')->mark();
|
||||||
|
|
||||||
return response()->json(['message' => (string)trans('firefly.intro_boxes_after_refresh')]);
|
return response()->json(['message' => (string)trans('firefly.intro_boxes_after_refresh')]);
|
||||||
}
|
}
|
||||||
|
@ -74,8 +74,8 @@
|
|||||||
<ul class="nav navbar-nav">
|
<ul class="nav navbar-nav">
|
||||||
|
|
||||||
<li class="hidden-sm hidden-xs">
|
<li class="hidden-sm hidden-xs">
|
||||||
<a href="#" id="help" data-route="{{ original_route_name }}" data-extra="{{ what|default("") }}">
|
<a href="#" id="help" data-route="{{ original_route_name }}" data-extra="{{ objectType|default("") }}">
|
||||||
<i class="fa fa-question-circle" data-route="{{ original_route_name }}" data-extra="{{ what|default("") }}"></i>
|
<i class="fa fa-question-circle" data-route="{{ original_route_name }}" data-extra="{{ objectType|default("") }}"></i>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user