Project

General

Profile

hide the initial helpdektop od sitools » History » Version 1

Imène Lajili, 20/11/2019 17:08

1 1 Imène Lajili
h1.  hide the initial helpdesktop of sitools
2 1 Imène Lajili
3 1 Imène Lajili
Just fix the client-user-3.0/app/Application.js  as it 's explained below:
4 1 Imène Lajili
<pre><code class="javascript">
5 1 Imène Lajili
  showDesktopHelp : function () {
6 1 Imène Lajili
        if (Ext.util.Cookies.get('showDesktopHelp') == "true") {
7 1 Imène Lajili
            return;
8 1 Imène Lajili
        }
9 1 Imène Lajili
</code></pre>