Getting media picker working

This commit is contained in:
Shannon
2013-06-10 10:36:59 -02:00
parent 1b59c1ba6e
commit 47d70e858b
20 changed files with 321 additions and 54 deletions

View File

@@ -21,8 +21,6 @@
@*Currently this needs to be loaded before anything*@
<script src="@Url.Action("ServerVariables", "BackOffice")" type="text/javascript"></script>
<style type="text/css">
.validation-message
@@ -68,7 +66,7 @@
<umb-login></umb-login>
<umb-notifications></umb-notifications>
<script src="lib/require/require.min.js" type="text/javascript"></script>
<script src="lib/require/require.min.js" type="text/javascript"></script>
@*We cannot use the data-main attribute above because we need to load in the application
via a server side JavaScript request, so we just request it after requirejs*@