From a65627739750834127c58fd0fd701cdc6aea0cbc Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Tue, 2 Aug 2016 21:17:29 -0400 Subject: Add Material Design Lite --- main.ur | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) (limited to 'main.ur') diff --git a/main.ur b/main.ur index 627edbe..87db169 100644 --- a/main.ur +++ b/main.ur @@ -1,4 +1,5 @@ -(* Copyright 2016 Benjamin Barenblat +(* Copyright 2015 Google Inc. +Copyright 2016 Benjamin Barenblat Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the @@ -11,9 +12,42 @@ under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. *) +open Mdl + +(* Forces JavaScript to be enabled on the given page, so as to pull in external +scripts specified in the .urp file. *) +val forceJavaScript =