1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/3.0/modules/videos/js/videos_download.js

9 lines
336 B
JavaScript

/**
* rWatcher Edit: This file is one of mine.
*
*/
$("document").ready(function() {
var original_url = document.getElementById('g-videos-full-url');
$("#g-movie").replaceWith("<div id=\"g-movie\" class=\"ui-helper-clearfix\"><center><a href=\"" + original_url.href + "\">Click Here to Download Video.</a></center></div>");
});