This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Is it possible to change the link of "home" buttons in schedulers and trends?
#1
Hi,

I would like to make the home button in trends and scheduler pointing to /scada-vis, I'm trying with javascript but it doesn't seems to work, is it possible? Any ideas?

Thank you in advance
Reply
#2
Add this to Custom JavaScript:
Code:
$(function(){
  $('.btn-home').attr('href', '/scada-vis/');
});
Reply
#3
Thanks!

I was basically doing the exact same thing but for some reasons it didn't work  Big Grin
Reply


Forum Jump: