Subversion Repositories oidplus

Rev

Rev 642 | Rev 833 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 642 Rev 767
Line 13... Line 13...
13
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
 * See the License for the specific language governing permissions and
14
 * See the License for the specific language governing permissions and
15
 * limitations under the License.
15
 * limitations under the License.
16
 */
16
 */
17
 
17
 
-
 
18
// TODO: We can't change $("meta[name='theme-color']").attr("content", ...) here,
-
 
19
//       because this property (and the color manipulation) can only be accessed in PHP.
-
 
20
 
18
var OIDplusPageAdminColors = {
21
var OIDplusPageAdminColors = {
19
 
22
 
20
        oid: "1.3.6.1.4.1.37476.2.5.2.4.3.700",
23
        oid: "1.3.6.1.4.1.37476.2.5.2.4.3.700",
21
 
24
 
22
        g_hue_shift: null,
25
        g_hue_shift: null,