From 7967465800f4235b769e7151d5986ca92fc2a0ff Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Tue, 8 Sep 2015 13:59:33 +0200 Subject: [PATCH] =?utf8?q?JS-Dateien=20f=C3=BCr=20R=C3=BCckw=C3=A4rtskompa?= =?utf8?q?tibilit=C3=A4t=20unter=20alten=20Namen=20zug=C3=A4nglich=20gemac?= =?utf8?q?ht?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/main/webapp/js/base.js | 1 + src/main/webapp/js/ie6.js | 1 + src/main/webapp/js/ie7.js | 1 + src/main/webapp/js/ie8.js | 1 + 4 files changed, 4 insertions(+) create mode 120000 src/main/webapp/js/base.js create mode 120000 src/main/webapp/js/ie6.js create mode 120000 src/main/webapp/js/ie7.js create mode 120000 src/main/webapp/js/ie8.js diff --git a/src/main/webapp/js/base.js b/src/main/webapp/js/base.js new file mode 120000 index 00000000..cd3c776d --- /dev/null +++ b/src/main/webapp/js/base.js @@ -0,0 +1 @@ +prettify.js \ No newline at end of file diff --git a/src/main/webapp/js/ie6.js b/src/main/webapp/js/ie6.js new file mode 120000 index 00000000..00308308 --- /dev/null +++ b/src/main/webapp/js/ie6.js @@ -0,0 +1 @@ +html5shiv.js \ No newline at end of file diff --git a/src/main/webapp/js/ie7.js b/src/main/webapp/js/ie7.js new file mode 120000 index 00000000..00308308 --- /dev/null +++ b/src/main/webapp/js/ie7.js @@ -0,0 +1 @@ +html5shiv.js \ No newline at end of file diff --git a/src/main/webapp/js/ie8.js b/src/main/webapp/js/ie8.js new file mode 120000 index 00000000..00308308 --- /dev/null +++ b/src/main/webapp/js/ie8.js @@ -0,0 +1 @@ +html5shiv.js \ No newline at end of file -- 2.20.1