Commit graph

13 commits

Author SHA1 Message Date
Callum Macrae
7a6fb85875 [ticket/10270] Added a new line to constant declarations in JS.
PHPBB3-10270
2012-03-31 02:09:19 +02:00
Callum Macrae
1a8ec5d4fb [ticket/10270] Added a comment to phpbb.loading_alert.
PHPBB3-10270
2012-03-31 02:09:19 +02:00
Callum Macrae
8adb626800 [ticket/10270] Made a comment clearer for phpbb.confirm.
PHPBB3-10270
2012-03-31 02:09:18 +02:00
Callum Macrae
6af2059403 [ticket/10270] DRYed alert fades in core.js.
PHPBB3-10270
2012-03-31 02:09:18 +02:00
Callum Macrae
badb0c3e5a [ticket/10272] Fixed a bug in the ajax exceptions callback handler.
It was using code copied from a few lines above, which was designed for
forms and doesn't work with links.

PHPBB3-10272
2012-03-31 02:09:18 +02:00
Callum Macrae
3648dd99f7 [ticket/10271] Added comments to the JavaScript ajax functions.
PHPBB3-10271
2012-03-31 02:09:18 +02:00
Callum Macrae
3166cbb33d [ticket/10270] Replaced find by tag names with class names in the js.
What it was before (selecting by tag name) could have caused some
problems for style authors.

PHPBB3-10270
2012-03-31 02:09:18 +02:00
Callum Macrae
ac2e270797 [ticket/10270] Replaced keydown numbers with named constants.
PHPBB3-10270
2012-03-31 02:09:18 +02:00
Callum Macrae
7d2422f928 [ticket/10271] Removed excess whitespace from core.js.
PHPBB3-10271
2012-03-31 02:09:17 +02:00
Callum Macrae
ba817086f8 [ticket/10270] Renamed the CSS class "jalert" to "phpbb_alert".
PHPBB3-10270
2012-03-31 02:09:17 +02:00
Callum Macrae
db7c4f938e [ticket/10270] Added close buttons to phpbb.alert and phpbb.confirm.
PHPBB3-10270
2012-03-31 02:09:17 +02:00
Callum Macrae
0e55b2393d [ticket/10270] Removed all the inline language and HTML from the JS.
PHPBB3-10270
2012-03-31 02:09:17 +02:00
Callum Macrae
818d989168 [feature/ajax] Moved script.js into a few different files.
Seperated it into: assets/javascript/core.js,
styles/prosilver/template/ajax.js and adm/style/ajax.js.

PHPBB3-10270
2012-03-31 02:09:17 +02:00
Renamed from phpBB/styles/script.js (Browse further)