Skip to content

Commit

Permalink
Bugfix shortlink dialog: is.gd-URL to https
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan committed Mar 22, 2019
1 parent 8b17443 commit ff25bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/js/editor.js
Expand Up @@ -81,7 +81,7 @@ fpcm.editor = {
this,
result.permalink
? '<div class="fpcm-ui-input-wrapper"><div class="fpcm-ui-input-wrapper-inner"><input type="text" value="' + result.shortend + '"></div></div>'
: '<iframe class="fpcm-ui-full-width" src="http://is.gd/create.php?format=simple&url=' + result.shortend + '"></iframe>'
: '<iframe class="fpcm-ui-full-width" src="https://is.gd/create.php?format=simple&url= '+ result.shortend + '"></iframe>'
);
},
dlOnClose: function( event, ui ) {
Expand Down

0 comments on commit ff25bcd

Please sign in to comment.