includes/clientside/static/admin-menu.js
changeset 15 ad5986a53197
parent 1 fe660c52c48f
child 21 663fcf528726
equal deleted inserted replaced
14:ce6053bb48d8 15:ad5986a53197
    25  * or commercial use but excluding the restrictions outlined below. The following restrictions apply to
    25  * or commercial use but excluding the restrictions outlined below. The following restrictions apply to
    26  * all parts of the component, including all source code, samples and documentation.
    26  * all parts of the component, including all source code, samples and documentation.
    27  *
    27  *
    28  * - Header block of script file (tree.js) CAN NOT be modified or removed.
    28  * - Header block of script file (tree.js) CAN NOT be modified or removed.
    29  * - The above items CAN NOT be sold as are, either individually or together.
    29  * - The above items CAN NOT be sold as are, either individually or together.
    30  * - The above items CAN NOT be modified and then sold as a library component, either individually or together. 
    30  * - The above items CAN NOT be modified and then sold as a library component, either individually or together.
       
    31  *
       
    32  * Due to the unclear licensing conditions on this script, I contacted the author, who said that because Enano
       
    33  * is not a "competing product" I was allowed to treat the code as GPL. The conversation can be seen in the
       
    34  * /licenses/tigra-menu.html document in the Enano distribution.
    31  */
    35  */
    32  
    36  
    33 var ck = readCookie('admin_menu_state');
    37 var ck = readCookie('admin_menu_state');
    34 if(ck)
    38 if(ck)
    35 {
    39 {