summaryrefslogtreecommitdiff
path: root/data/js
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-08-26 13:31:03 +0200
committerYorhel <git@yorhel.nl>2019-08-26 13:31:36 +0200
commit27ff73213928994e7e1117293c4a751fe99b215b (patch)
tree23ef55a51d44c91eae6d6da83410ff5bac6e80e0 /data/js
parentf4cbd0c722a92ce249a2a4a74bc153868553847c (diff)
Display shop+price info on VN pages + delete old affiliate code
The current affiliate links format doesn't display as much information as before but it's also a lot less messy.
Diffstat (limited to 'data/js')
-rw-r--r--data/js/misc.js19
1 files changed, 0 insertions, 19 deletions
diff --git a/data/js/misc.js b/data/js/misc.js
index c0c67ef8..5772c3d6 100644
--- a/data/js/misc.js
+++ b/data/js/misc.js
@@ -236,25 +236,6 @@ if(byId('batchedit'))
})();
-// mouse-over price information / disclaimer
-(function(){
- if(byId('buynow')) {
- var l = byClass(byId('buynow'), 'abbr', 'pricenote');
- for(var i=0; i<l.length; i++) {
- l[i].buynow_last = l[i].title;
- l[i].title = null;
- ddInit(l[i], 'bottom', function(acr) {
- return tag('p', {onmouseover:ddHide, style:'padding: 3px'},
- acr.buynow_last, tag('br', null),
- '* The displayed price only serves as an indication and',
- tag('br', null), 'usually excludes shipping. Actual price may differ.'
- );
- });
- }
- }
-})();
-
-
// set note input box (/u+/list)
if(byId('not') && byId('vns'))
byId('vns').onchange = function () {