From 9fc1158eb23b59f9ce7ee1f7cbdc58944cbd559a Mon Sep 17 00:00:00 2001 From: Vincent Fiduccia Date: Tue, 12 Sep 2017 00:45:52 -0700 Subject: [PATCH] embed fonts correctly --- package.json | 2 +- src/HTMLApi.js | 4 ++-- styles/main.scss | 10 ++++++++++ 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c57b3ce..5dac276 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "api-ui", - "version": "1.0.8", + "version": "1.1.0", "description": "Embedded UI for any service that implements the Rancher API spec", "contributors": [ "Go Daddy Operating Company, LLC. (http://godaddy.com)", diff --git a/src/HTMLApi.js b/src/HTMLApi.js index 58d4478..fdae8f6 100644 --- a/src/HTMLApi.js +++ b/src/HTMLApi.js @@ -218,8 +218,8 @@ HTMLApi.prototype.schemasLoad = function(link, cb) return async.nextTick(function() { cb("No data") }); // Link may come from the page