Skip to content

Commit

Permalink
removing logs
Browse files Browse the repository at this point in the history
  • Loading branch information
romainpiel committed Jan 16, 2013
1 parent b27960f commit 2cdcc0a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion demos/chrome-extension/js/bootstrap-linkpreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
$.ajax({
url: url,
type: "GET",
success: function(data) { console.log("success");
success: function(data) {
onSuccess(this.url, data, that);
if (typeof that.getOption("onSuccess") === "function") {
that.options.onSuccess(data);
Expand Down
2 changes: 1 addition & 1 deletion demos/chrome-extension/js/bootstrap-linkpreview.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demos/php-proxy/js/bootstrap-linkpreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
$.ajax({
url: url,
type: "GET",
success: function(data) { console.log("success");
success: function(data) {
onSuccess(this.url, data, that);
if (typeof that.getOption("onSuccess") === "function") {
that.options.onSuccess(data);
Expand Down
Loading

0 comments on commit 2cdcc0a

Please sign in to comment.