Revert "Use a different way to show the original filename"

This reverts commit d81a6c49e2.

Conflicts:
	js/download-original.js
	templates/post/fileinfo.html
This commit is contained in:
czaks 2014-08-08 22:18:06 +02:00
parent 84c8e74ffa
commit b8381b31db
3 changed files with 49 additions and 20 deletions

View file

@ -743,8 +743,6 @@
$config['show_ratio'] = false;
// Display the file's original filename.
$config['show_filename'] = true;
// Download the file with its original filename upon clicking on it. Only works when $config['show_filename'] is true.
$config['download_filename'] = false;
// Display image identification links for ImgOps, regex.info/exif, Google Images and iqdb.
$config['image_identification'] = false;