Skip to content

Commit 193588e

Browse files
committed
Use V5a_externalize, V5a_de_obfuscate_a_nospam
Use vanilla javascript instead of jQuery for `externalize`, `de_obfuscate_a`.
1 parent d1d3ad0 commit 193588e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

_CNDB/_JNJ/html/base.jnj.media

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (C) 2012-2015 Mag. Christian Tanzer All rights reserved
2+
# Copyright (C) 2012-2016 Mag. Christian Tanzer All rights reserved
33
# Glasauergasse 32, A--1130 Wien, Austria. [email protected]
44
# #*** <License> ************************************************************#
55
# This module is licensed under the terms of the BSD 3-Clause License
@@ -19,6 +19,7 @@
1919
# 17-Dec-2012 (CT) Add rules for `textarea.Long` and `.Very-Long`
2020
# 29-Apr-2013 (CT) Add `GTW.Script._.GTW_jq_util`
2121
# 8-Apr-2015 (CT) Fix `print` rule for `.pg_foot`
22+
# 18-Jan-2016 (CT) Use `V5a_externalize`, `V5a_de_obfuscate_a_nospam`
2223
# ««revision-date»»···
2324
#--
2425

@@ -90,9 +91,10 @@ Script \
9091
, rank = -1000000000
9192
)
9293

93-
Script (GTW.Script._.GTW_jq_util)
94+
Script (GTW.Script._.V5a_de_obfuscate_a_nospam)
95+
JS_On_Ready (GTW.JS_On_Ready._.V5a_de_obfuscate_a_nospam)
9496

95-
JS_On_Ready (GTW.JS_On_Ready._.de_obfuscate_a)
96-
JS_On_Ready (GTW.JS_On_Ready._.GTW_Externalize)
97+
Script (GTW.Script._.V5a_externalize)
98+
JS_On_Ready (GTW.JS_On_Ready._.V5a_externalize)
9799

98100
### __END__ html/base.jnj.media

0 commit comments

Comments
 (0)