Working on time tracker

This commit is contained in:
Hillel Coren 2017-09-26 11:44:05 +03:00
parent 4fcb069b45
commit aac382321a

View File

@ -463,7 +463,10 @@
var link = '{{ config('ninja.time_tracker') }}';
var message = "{{ trans('texts.download_desktop_app') }}";
if (isMobile) {
toastr.warning("{{ trans('texts.time_tracker_mobile_help')}}");
toastr.warning("{{ trans('texts.time_tracker_mobile_help')}}", false, {
timeOut: 10000,
closeButton: true,
});
if (isIPhone) {
link = '{{ NINJA_IOS_APP_URL }}';
message = "{{ trans('texts.download_iphone_app') }}";