JsMinify: Use DDG require to load the library on Beta

master
sdua 2016-07-09 10:56:10 +00:00
parent 08429acb37
commit eb910d5b31
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ DDH.js_minify.build = function(ops) {
// hide output textarea by default
$output.css('display', 'none');
$.getScript('http://sahildua.com/js/prettydiff.min.js', function() {
DDG.require(prettydiff, function() {
// Add click handler for the minify button
$minifyButton.click(function() {
// Set config options for minify operation