first commit
This commit is contained in:
11
public/bower_components/vex/js/build-test.html
vendored
Executable file
11
public/bower_components/vex/js/build-test.html
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
<head>
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
|
||||
<script src="vex.combined.min.js"></script>
|
||||
<link rel="stylesheet" href="../css/vex.css" />
|
||||
<link rel="stylesheet" href="../css/vex-theme-os.css" />
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
vex.defaultOptions.className = 'vex-theme-os';
|
||||
vex.dialog.alert('Test');
|
||||
</script>
|
||||
Reference in New Issue
Block a user