mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-02-11 09:39:03 +01:00
Links updates within categories #384
This commit is contained in:
parent
07fe8bf966
commit
7e72b1c254
7
js/js.js
7
js/js.js
@ -1,11 +1,8 @@
|
||||
$(document).ready(function() {
|
||||
|
||||
function appendLink(id) {
|
||||
console.log(id)
|
||||
$(id).closest('div').find('.link').empty();
|
||||
$(id).closest('div').find('.link')
|
||||
.append("<small>Link to this command: <a href='https://amiaopensource.github.io/ffmprovisr/index.html" + id + "'>https://amiaopensource.github.io/ffmprovisr/index.html" + id + "</a></small>");
|
||||
|
||||
$(id).next('div').find('.link').empty();
|
||||
$(id).next('div').find('.link').append("<small>Link to this command: <a href='https://amiaopensource.github.io/ffmprovisr/index.html" + id + "'>https://amiaopensource.github.io/ffmprovisr/index.html" + id + "</a></small>");
|
||||
}
|
||||
|
||||
function moveToRecipe(id) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user