Re: Diskussion zu "Release Datum: phpBB 3.1 Ascraeus"
Verfasst: 26.10.2014 15:39
Danke. Dann noch eine Frage zum Verfahren: sehe ich das richtig, dass alles, was blau ist, eingefügt werden muss? Und zwar der Teil hinter dem Pluszeichen? Und das, was so braungrün eingefärbt ist und nach einem Minuszeichen steht, muss entfernt werden?
Beispiel:
diff --git a/phpBB/styles/prosilver/template/ajax.js b/phpBB/styles/prosilver/template/ajax.js
index 70bc703..168efff 100644
--- a/phpBB/styles/prosilver/template/ajax.js
+++ b/phpBB/styles/prosilver/template/ajax.js
@@ -1,17 +1,8 @@
-(function($) { // Avoid conflicts with other libraries
+/* global phpbb */
-"use strict";
+(function($) { // Avoid conflicts with other libraries
Farben stimmen jetzt nicht ganz überein, aber so zur Veranschaulichung.
Beispiel:
diff --git a/phpBB/styles/prosilver/template/ajax.js b/phpBB/styles/prosilver/template/ajax.js
index 70bc703..168efff 100644
--- a/phpBB/styles/prosilver/template/ajax.js
+++ b/phpBB/styles/prosilver/template/ajax.js
@@ -1,17 +1,8 @@
-(function($) { // Avoid conflicts with other libraries
+/* global phpbb */
-"use strict";
+(function($) { // Avoid conflicts with other libraries
Farben stimmen jetzt nicht ganz überein, aber so zur Veranschaulichung.