Skip to content

Commit 7c265b0

Browse files
committed
v0.2.0
1 parent 90a1492 commit 7c265b0

File tree

12 files changed

+10986
-36
lines changed

12 files changed

+10986
-36
lines changed

builds/bfe.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* bfe 2015-10-21 *//*!
1+
/* bfe 2015-10-23 *//*!
22
* Bootstrap v3.1.1 (http://getbootstrap.com)
33
* Copyright 2011-2014 Twitter, Inc.
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

builds/bfe.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* bfe 2015-10-21 *//* ***** BEGIN LICENSE BLOCK *****
1+
/* bfe 2015-10-23 *//* ***** BEGIN LICENSE BLOCK *****
22
* Distributed under the BSD license:
33
*
44
* Copyright (c) 2010, Ajax.org B.V.
@@ -1929,12 +1929,8 @@ bfe.define('src/bfe', ['require', 'exports', 'module' , 'src/lib/jquery-2.1.0.mi
19291929
var returnval = "_:bnode";
19301930

19311931
$.ajax({
1932-
type: "GET",
1933-
async: false,
1934-
cache: true,
19351932
dataType: "json",
1936-
contentType: "application/json",
1937-
url: rt.resourceURI.replace("/vocab", ":8283/vocab") + ".json",
1933+
url: rt.resourceURI,
19381934
success: function(data) {
19391935
data.some(function(resource){
19401936
if(resource["@id"] === rt.resourceURI){

builds/bfe.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

development.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<div id="iealert"></div>
7676
</div>
7777

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

8080
<br/><br/><br/>
8181

src/bfe.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1741,12 +1741,8 @@ bfe.define('src/bfe', ['require', 'exports', 'module' , 'src/lib/jquery-2.1.0.mi
17411741
var returnval = "_:bnode";
17421742

17431743
$.ajax({
1744-
type: "GET",
1745-
async: false,
1746-
cache: true,
17471744
dataType: "json",
1748-
contentType: "application/json",
1749-
url: rt.resourceURI.replace("/vocab", ":8283/vocab") + ".json",
1745+
url: rt.resourceURI,
17501746
success: function(data) {
17511747
data.some(function(resource){
17521748
if(resource["@id"] === rt.resourceURI){

static/js/config-dev.js

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -128,19 +128,7 @@
128128
]}
129129

130130
],
131-
/* "load": [
132-
{
133-
"templateID": "profile:bf:Work:Monograph",
134-
"defaulturi": "http://bibframe.org:8283/resources/vMa1444745726",
135-
"_remark": "Source must be JSONLD expanded, so only jsonp and json are possible requestTypes",
136-
"source": {
137-
"location": "http://bibframe.org:8283/resources/vMa1444745726/bibframe.json",
138-
"requestType": "json",
139-
"data": "UNUSED, BUT REMEMBER IT"
140-
}
141-
}
142-
],
143-
*/"load": [
131+
"load": [
144132
{
145133
"templateID": "profile:bf:Work:Monograph",
146134
"defaulturi": "http://id.loc.gov/resources/bibs/5226",

static/profiles/bibframe/WEI-35mmFeatureFilm.json

Lines changed: 1759 additions & 1 deletion
Large diffs are not rendered by default.

static/profiles/bibframe/WEI-Audio CD.json

Lines changed: 2269 additions & 1 deletion
Large diffs are not rendered by default.

static/profiles/bibframe/WEI-BluRayDVD.json

Lines changed: 1769 additions & 1 deletion
Large diffs are not rendered by default.

static/profiles/bibframe/WEI-cartographic.json

Lines changed: 1844 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)