How to disable DND dropdown

  1. 13 years ago

    Hey,

    Can someone please help me. What file do I edit to disable DND in the drop down menu?

    We are on the latest version.

    With thanks

  2. admin

    9 Aug 2011 Administrator

    In index.html you have something like this:

    [code] <div style='float: left; padding-top: 10px;'>
    <select id='presence' name='presence' onChange='setState(this);'>
    [/code]

    change it to:

            <div style='float: left; padding-top: 10px; display:none;'>
                <select id='presence' name='presence' onChange='setState(this);'>

or Sign Up to reply!