We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9514a24 commit 8b70ae1Copy full SHA for 8b70ae1
1 file changed
src/assets/js/admin.js
@@ -182,6 +182,7 @@ jQuery(document).ready(function ($) {
182
displayField.innerHTML = img;
183
} else {
184
displayField.innerHTML = '<pre>' + selection.first().attributes.url.replace( ableplayer.homeUrl, '' ) + '</pre>';
185
+ idField.value = id;
186
}
187
container.addClass( 'has-value' );
188
0 commit comments