Fixed Bug 40464 Placeholder attribute of searchInput element
authorprageck <prageck@gmail.com>
Fri, 19 Apr 2013 19:26:37 +0000 (00:56 +0530)
committerprageck <prageck@gmail.com>
Sun, 21 Apr 2013 14:31:13 +0000 (20:01 +0530)
commitb5d3efd430263a7dd11aa455ea590a5d348ead83
treed37636432b8cba068e4fc5c207d6cc74879691a9
parent4975761eb2a5387ab53fe340cc60d566fce9dae0
Fixed Bug 40464 Placeholder attribute of searchInput element

Removed the javascript code that sets the placeholder of #searchInput element.
Now the placeholder attribute of #searchInput element is set only in the original HTML.
On browsers that do not support placeholder attribute, placeholder.js will insert
the appropriate placeholder.

Bug: 40464
Change-Id: I6496716f2bd25307004ba16bceadca4c6723a5db
includes/SkinTemplate.php
resources/mediawiki/mediawiki.searchSuggest.js