Skip to content

Commit

Permalink
hide 'show_hide_endpoint_loading' setting becaue it was not working
Browse files Browse the repository at this point in the history
  • Loading branch information
smurp committed May 2, 2019
1 parent 5d1a0a4 commit d957276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/huviz.js
Original file line number Diff line number Diff line change
Expand Up @@ -13006,6 +13006,7 @@ OnceRunner.prototype.makeWrapper = function(callback) {
}
}, {
show_hide_endpoint_loading: {
style: "display:none",
"class": "alpha_feature",
text: "Show SPARQL endpoint loading forms",
label: {
Expand Down
1 change: 1 addition & 0 deletions src/huviz.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -6698,6 +6698,7 @@ class Huviz
]
,
show_hide_endpoint_loading:
style: "display:none"
class: "alpha_feature"
text: "Show SPARQL endpoint loading forms"
label:
Expand Down

0 comments on commit d957276

Please sign in to comment.