Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkhess committed Oct 23, 2015
1 parent 90a1492 commit 7c265b0
Show file tree
Hide file tree
Showing 12 changed files with 10,986 additions and 36 deletions.
2 changes: 1 addition & 1 deletion builds/bfe.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* bfe 2015-10-21 *//*!
/* bfe 2015-10-23 *//*!
* Bootstrap v3.1.1 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
Expand Down
8 changes: 2 additions & 6 deletions builds/bfe.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* bfe 2015-10-21 *//* ***** BEGIN LICENSE BLOCK *****
/* bfe 2015-10-23 *//* ***** BEGIN LICENSE BLOCK *****
* Distributed under the BSD license:
*
* Copyright (c) 2010, Ajax.org B.V.
Expand Down Expand Up @@ -1929,12 +1929,8 @@ bfe.define('src/bfe', ['require', 'exports', 'module' , 'src/lib/jquery-2.1.0.mi
var returnval = "_:bnode";

$.ajax({
type: "GET",
async: false,
cache: true,
dataType: "json",
contentType: "application/json",
url: rt.resourceURI.replace("/vocab", ":8283/vocab") + ".json",
url: rt.resourceURI,
success: function(data) {
data.some(function(resource){
if(resource["@id"] === rt.resourceURI){
Expand Down
8 changes: 4 additions & 4 deletions builds/bfe.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion development.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<div id="iealert"></div>
</div>

<script type="text/javascript" src="static/js/config.js"></script>
<script type="text/javascript" src="static/js/config-dev.js"></script>

<br/><br/><br/>

Expand Down
6 changes: 1 addition & 5 deletions src/bfe.js
Original file line number Diff line number Diff line change
Expand Up @@ -1741,12 +1741,8 @@ bfe.define('src/bfe', ['require', 'exports', 'module' , 'src/lib/jquery-2.1.0.mi
var returnval = "_:bnode";

$.ajax({
type: "GET",
async: false,
cache: true,
dataType: "json",
contentType: "application/json",
url: rt.resourceURI.replace("/vocab", ":8283/vocab") + ".json",
url: rt.resourceURI,
success: function(data) {
data.some(function(resource){
if(resource["@id"] === rt.resourceURI){
Expand Down
14 changes: 1 addition & 13 deletions static/js/config-dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,19 +128,7 @@
]}

],
/* "load": [
{
"templateID": "profile:bf:Work:Monograph",
"defaulturi": "http://bibframe.org:8283/resources/vMa1444745726",
"_remark": "Source must be JSONLD expanded, so only jsonp and json are possible requestTypes",
"source": {
"location": "http://bibframe.org:8283/resources/vMa1444745726/bibframe.json",
"requestType": "json",
"data": "UNUSED, BUT REMEMBER IT"
}
}
],
*/"load": [
"load": [
{
"templateID": "profile:bf:Work:Monograph",
"defaulturi": "http://id.loc.gov/resources/bibs/5226",
Expand Down
1,760 changes: 1,759 additions & 1 deletion static/profiles/bibframe/WEI-35mmFeatureFilm.json

Large diffs are not rendered by default.

2,270 changes: 2,269 additions & 1 deletion static/profiles/bibframe/WEI-Audio CD.json

Large diffs are not rendered by default.

1,770 changes: 1,769 additions & 1 deletion static/profiles/bibframe/WEI-BluRayDVD.json

Large diffs are not rendered by default.

1,845 changes: 1,844 additions & 1 deletion static/profiles/bibframe/WEI-cartographic.json

Large diffs are not rendered by default.

1,596 changes: 1,595 additions & 1 deletion static/profiles/bibframe/WEI-serial.json

Large diffs are not rendered by default.

1,741 changes: 1,740 additions & 1 deletion static/profiles/bibframe/WEI-sound-recording.json

Large diffs are not rendered by default.

0 comments on commit 7c265b0

Please sign in to comment.