mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
update ports page and some other things
git-svn-id: http://www.observium.org/svn/observer/trunk@2506 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -303,6 +303,14 @@ echo('</div>');
|
||||
|
||||
<script class="content_tooltips" type="text/javascript">
|
||||
$(document).ready(function() { $('#content a[title]').qtip({ content: { text: false }, style: 'light' }); });
|
||||
|
||||
$('INPUT.auto-hint, TEXTAREA.auto-hint').focus(function(){
|
||||
if($(this).val() == $(this).attr('title')){
|
||||
$(this).val('');
|
||||
$(this).removeClass('auto-hint');
|
||||
}
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user