r79288 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r79287
|
r79288
|
r79289
>
Date:
19:55, 30 December 2010
Author:
foxtrott
Status:
deferred
Tags:
Comment:
followup
r79270
(include missing style sheet)
Works now with MW 1.17 and 1.18 (does still not use resource loader, though)
Modified paths:
/trunk/extensions/SemanticFormsInputs/SFI_Inputs.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SemanticFormsInputs/SFI_Inputs.php
—
—
@@ -260,6 +260,7 @@
261
261
$hasRun = true;
262
262
263
263
$wgOut->addScript( '<script type="text/javascript" src="' . $sfgScriptPath . '/libs/jquery-ui/jquery.ui.datepicker.min.js"></script> ' );
264
+ $wgOut->addExtensionStyle( $sfgScriptPath . '/skins/jquery-ui/base/jquery.ui.datepicker.css' );
264
265
$wgOut->addScript( '<script type="text/javascript" src="' . $sfigSettings->scriptPath . '/libs/datepicker.js"></script> ' );
265
266
266
267
// set localized messages (use MW i18n, not jQuery i18n)
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r79270
major rework of extension...
foxtrott
17:28, 30 December 2010
Status & tagging log
03:37, 31 December 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r79288
[
removed:
new
added:
deferred]