Skip to content

Commit

Permalink
Changed url from dev server to production
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ch4ls committed Sep 22, 2015
1 parent dfca63b commit b0292dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/refbox/refbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ window.LindatRefBox = RefBox;
$.fn.lindatRefBox = function (opts) {
var options = $.extend({}, {
//defaults
rest: 'https://ufal-point-dev.ms.mff.cuni.cz/repository/rest'
rest: 'https://lindat.mff.cuni.cz/repository/rest'
}, opts);
var DATA_KEY = 'lindat-refbox';
this.each(function () {
Expand Down

0 comments on commit b0292dd

Please sign in to comment.